- Timestamp:
- 06/19/12 15:01:19 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/objects/ExternalResults/BoolExternalResult.h
r12365 r12465 30 30 bool value; 31 31 int step; 32 double time;32 IssmPDouble time; 33 33 34 34 /*BoolExternalResult constructors, destructors: {{{*/ 35 35 BoolExternalResult(); 36 BoolExternalResult(int id, int enum_type,bool value,int step, double time);36 BoolExternalResult(int id, int enum_type,bool value,int step,IssmPDouble time); 37 37 ~BoolExternalResult(); 38 38 /*}}}*/
Note:
See TracChangeset
for help on using the changeset viewer.