Index: ../trunk-jpl/src/c/cores/transient_core.cpp =================================================================== --- ../trunk-jpl/src/c/cores/transient_core.cpp (revision 23080) +++ ../trunk-jpl/src/c/cores/transient_core.cpp (revision 23081) @@ -245,6 +245,7 @@ femmodel->parameters->SetParam(save_results,SaveResultsEnum); if(isoceancoupling){ /*{{{*/ + #ifndef _HAVE_ADOLC_ if(VerboseSolution()) _printf0_(" ocean coupling: exchanging information\n"); int my_rank; @@ -356,10 +357,11 @@ xDelete(oceangridy); xDelete(oceanmelt); xDelete(icebase_oceangrid); - } + #else _error_("not supported"); #endif + } /*}}}*/ if(isthermal && domaintype==Domain3DEnum){