Changeset 23081
- Timestamp:
- 08/08/18 09:11:47 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/cores/transient_core.cpp
r23080 r23081 246 246 247 247 if(isoceancoupling){ /*{{{*/ 248 248 249 #ifndef _HAVE_ADOLC_ 249 250 if(VerboseSolution()) _printf0_(" ocean coupling: exchanging information\n"); … … 357 358 xDelete<IssmDouble>(oceanmelt); 358 359 xDelete<IssmDouble>(icebase_oceangrid); 359 } 360 360 361 #else 361 362 _error_("not supported"); 362 363 #endif 364 } 363 365 /*}}}*/ 364 366
Note:
See TracChangeset
for help on using the changeset viewer.