Changeset 18670
- Timestamp:
- 10/23/14 15:06:51 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/wrappers/IssmConfig/IssmConfig.cpp
r18374 r18670 74 74 #else 75 75 _error_("_PETSC_MAJOR_ not found in config.h"); 76 #endif 77 } 78 else if(strcmp(name,"_PETSC_MINOR_")==0){ 79 #ifdef _PETSC_MINOR_ 80 value = IssmDouble(_PETSC_MINOR_); 81 #else 82 _error_("_PETSC_MINOR_ not found in config.h"); 76 83 #endif 77 84 }
Note:
See TracChangeset
for help on using the changeset viewer.