Changeset 26105


Ignore:
Timestamp:
03/16/21 09:45:11 (4 years ago)
Author:
Mathieu Morlighem
Message:

CHG: GIA -> SEALEVELCHANGE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Elements/Tria.cpp

    r26103 r26105  
    2121#include "../Inputs/TransientInput.h"
    2222#include "../../shared/shared.h"
    23 #ifdef _HAVE_GIA_
     23#ifdef _HAVE_SEALEVELCHANGE_
    2424#include "../../modules/GiaDeflectionCorex/GiaDeflectionCorex.h"
    2525#endif
     
    62216221
    62226222                /*for this Tria, compute contribution to rebound at vertex i: */
    6223                 #ifdef _HAVE_GIA_
    62246223                GiaDeflectionCorex(&wi,&dwidt,&arguments);
    6225                 #else
    6226                 _error_("ISSM compiled without GIA capabilities");
    6227                 #endif
    62286224
    62296225                /*plug value into solution vector: */
Note: See TracChangeset for help on using the changeset viewer.