Changeset 338 for trunk


Ignore:
Timestamp:
Mar 13, 2006, 8:03:54 PM (19 years ago)
Author:
cxsong
Message:

replaced cons strings with RpCurrentVersion?[]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mesh/const.cc

    r301 r338  
    3131};
    3232
     33const char* RpCurrentVersion[] = {
     34        "RV-A-BOOLEAN",
     35        "RV-A-NUMBER",
     36        "RV-A-STRING",
     37        "RV-A-FIELD",
     38        "RV-A-MESH3D",
     39        "RV-A-ELEMENT",
     40        "RV-A-NODE2D",
     41        "RV-A-NODE3D",
     42        "RV-A-GRID1D",
     43        "RV-A-GRID2D",
     44        "RV-A-GRID3D",
     45        "RV-A-CURVE2D"
     46};
     47
    3348//const int HEADER_SIZE = 16;
    3449
     50/*
    3551const char* RpGrid1d_current_version = "RV-A-GRID1D";
    3652const char* RpGrid2d_current_version = "RV-A-GRID2D";
     
    4157const char* RpNode2d_current_version = "RV-A-NODE2D";
    4258const char* RpNode3d_current_version = "RV-A-NODE3D";
     59*/
    4360
Note: See TracChangeset for help on using the changeset viewer.