Changeset 12414


Ignore:
Timestamp:
06/13/12 12:37:46 (13 years ago)
Author:
utke
Message:

distinguish floating point types that have to stay passive but typedef
anyway to avoid the suspicion of double instances that have accidentally
not been renamed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/include/types.h

    r12321 r12414  
    2828
    2929#ifdef _HAVE_ADOLC_
     30// for active variables
    3031typedef adouble IssmDouble;
     32// for passive variables
     33typedef double IssmPDouble;
    3134#else
     35// see above
    3236typedef double IssmDouble;
     37// see above
     38typedef IssmDouble IssmPDouble;
    3339#endif
    3440
Note: See TracChangeset for help on using the changeset viewer.