Changeset 25128
- Timestamp:
- 06/23/20 20:29:06 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/cores/sealevelchange_core.cpp
r25118 r25128 44 44 45 45 /*Run gia core: */ 46 if(isgia)gia_core(femmodel); 46 if(isgia){ 47 #ifdef _HAVE_GIA_ 48 gia_core(femmodel); 49 #else 50 _error_("ISSM was not compiled with gia capabilities. Exiting"); 51 #endif 52 } 47 53 48 54 /*set SLR configuration: */
Note:
See TracChangeset
for help on using the changeset viewer.