Ignore:
Timestamp:
Mar 7, 2006, 9:00:14 PM (18 years ago)
Author:
cxsong
Message:

reorg'ed files so consts not multiply defined.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mesh/rp_types.h

    r282 r294  
    1818};
    1919
    20 const char* RpObjectTypes[] = {
    21         "BOOLEAN",
    22         "NUMBER",
    23         "STRING",
    24         "FIELD",
    25         "MESH3D",
    26         "ELEMENT",
    27         "NODE2D",
    28         "NODE3D",
    29         "GRID1D",
    30         "GRID2D",
    31         "GRID3D",
    32         "CURVE2D"
    33 };
     20extern const char* RpObjectTypes[];
    3421
    35 const int HEADER_SIZE = 16;
     22extern const int HEADER_SIZE;
    3623
    37 const char* Grid1d_current_version = "RV-A-GRID1D";
    38 const char* Grid2d_current_version = "RV-A-GRID2D";
    39 const char* Mesh3d_current_version = "RV-A-MESH3D";
    40 const char* Field_current_version = "RV-A-FIELD";
    41 const char* Curve_current_version = "RV-A-CURVE";
    42 const char* Element_current_version = "RV-A-ELEMENT";
    43 const char* Node2d_current_version = "RV-A-NODE2D";
    44 const char* Node3d_current_version = "RV-A-NODE3D";
     24extern const char* RpGrid1d_current_version;
     25extern const char* RpGrid2d_current_version;
     26extern const char* RpMesh3d_current_version;
     27extern const char* RpField_current_version;
     28extern const char* RpCurve_current_version;
     29extern const char* RpElement_current_version;
     30extern const char* RpNode2d_current_version;
     31extern const char* RpNode3d_current_version;
    4532
    4633#endif
Note: See TracChangeset for help on using the changeset viewer.