Changeset 22784


Ignore:
Timestamp:
05/15/18 14:44:02 (7 years ago)
Author:
Mathieu Morlighem
Message:

CHG: fixed AD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/cores/transient_core.cpp

    r22782 r22784  
    167167
    168168                if(isoceancoupling){ /*{{{*/
     169                        #ifndef _HAVE_ADOLC_
    169170                        if(VerboseSolution()) _printf0_("   ocean coupling: exchanging information\n");
    170171                        int my_rank;
     
    237238                                xDelete<IssmDouble>(icebase);
    238239                        }
     240                        #else
     241                        _error_("not supported");
     242                        #endif
    239243                }
    240244                /*}}}*/
Note: See TracChangeset for help on using the changeset viewer.