Changeset 25128


Ignore:
Timestamp:
06/23/20 20:29:06 (5 years ago)
Author:
Mathieu Morlighem
Message:

BUG: fixing AD gia_core not compiled

File:
1 edited

Legend:

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

    r25118 r25128  
    4444
    4545        /*Run gia core: */
    46         if(isgia)gia_core(femmodel);
     46        if(isgia){
     47                #ifdef _HAVE_GIA_
     48                gia_core(femmodel);
     49                #else
     50                _error_("ISSM was not compiled with gia capabilities. Exiting");
     51                #endif
     52        }
    4753
    4854        /*set SLR configuration: */
Note: See TracChangeset for help on using the changeset viewer.