Changeset 23715
- Timestamp:
- 02/12/19 02:38:01 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/cores/transient_core.cpp
r23714 r23715 75 75 if(amr_frequency){ 76 76 femmodel->parameters->FindParam(&amr_restart,AmrRestartEnum); 77 78 77 if(amr_restart) femmodel->ReMesh(); 78 } 79 79 #endif 80 80 81 #if defined(_HAVE_OCEAN_ ) 81 82 if(isoceancoupling) OceanExchangeDatax(femmodel); 83 #endif 82 84 83 85 IssmDouble output_value;
Note:
See TracChangeset
for help on using the changeset viewer.