Changeset 339 for trunk/src/mesh


Ignore:
Timestamp:
Mar 13, 2006 8:04:28 PM (18 years ago)
Author:
cxsong
Message:

added RpCurrentVersion? decl

File:
1 edited

Legend:

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

    r311 r339  
    2222
    2323extern const char* RpObjectTypes[];
     24extern const char* RpCurrentVersion[];
    2425
    2526//extern const int HEADER_SIZE;
    2627
     28/*
    2729extern const char* RpGrid1d_current_version;
    2830extern const char* RpGrid2d_current_version;
     
    3335extern const char* RpNode2d_current_version;
    3436extern const char* RpNode3d_current_version;
     37*/
    3538
    3639extern void readRpHeader(const char* buf, string& ver, int& nbytes);
Note: See TracChangeset for help on using the changeset viewer.