Changeset 22784
- Timestamp:
- 05/15/18 14:44:02 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/cores/transient_core.cpp
r22782 r22784 167 167 168 168 if(isoceancoupling){ /*{{{*/ 169 #ifndef _HAVE_ADOLC_ 169 170 if(VerboseSolution()) _printf0_(" ocean coupling: exchanging information\n"); 170 171 int my_rank; … … 237 238 xDelete<IssmDouble>(icebase); 238 239 } 240 #else 241 _error_("not supported"); 242 #endif 239 243 } 240 244 /*}}}*/
Note:
See TracChangeset
for help on using the changeset viewer.