Ignore:
Timestamp:
06/19/12 15:01:19 (13 years ago)
Author:
utke
Message:

all type renamed to passive b/c this is suppose to be output only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/objects/ExternalResults/BoolExternalResult.h

    r12365 r12465  
    3030                bool   value;
    3131                int    step;
    32                 double time;
     32                IssmPDouble time;
    3333
    3434                /*BoolExternalResult constructors, destructors: {{{*/
    3535                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);
    3737                ~BoolExternalResult();
    3838                /*}}}*/
Note: See TracChangeset for help on using the changeset viewer.