Changeset 12321
- Timestamp:
- 06/01/12 15:47:42 (13 years ago)
- File:
-
- 1 edited
-
issm/trunk-jpl/src/c/include/types.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/include/types.h
r12011 r12321 27 27 #endif 28 28 29 typedef double IssmDouble; 29 #ifdef _HAVE_ADOLC_ 30 typedef adouble IssmDouble; 31 #else 32 typedef double IssmDouble; 33 #endif 34 30 35 typedef bool IssmBool; 31 36
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/trac/issm/chrome/common/trac_banner.png)