Changeset 13767 for issm/trunk-jpl/src/c/classes/AdolcEdf.h
- Timestamp:
- 10/20/12 00:24:34 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/AdolcEdf.h
r13530 r13767 9 9 #define _ADOLC_EDF_H_ 10 10 11 #ifdef _HAVE_ADOLC_ 11 #ifdef HAVE_CONFIG_H 12 #include <config.h> 13 #else 14 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!" 15 #endif 16 17 18 #if defined(_HAVE_ADOLC_) && !defined(_WRAPPERS_) 12 19 13 20 struct Adolc_edf {
Note:
See TracChangeset
for help on using the changeset viewer.