Ignore:
Timestamp:
Mar 14, 2006 1:29:49 PM (18 years ago)
Author:
cxsong
Message:

added constructor with name input

File:
1 edited

Legend:

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

    r336 r346  
    1010#include "serializable.h"
    1111#include "byte_order.h"
     12#include "rp_types.h"
    1213#include "util.h"
    1314
     
    1819        // constructors
    1920        RpGrid1d();
     21        RpGrid1d(const char* name);
    2022        RpGrid1d(int size);
    2123        RpGrid1d(const char* objectName, int size);
Note: See TracChangeset for help on using the changeset viewer.