Changeset 26056


Ignore:
Timestamp:
03/09/21 07:00:55 (4 years ago)
Author:
Mathieu Morlighem
Message:

BUG: fixing AD

File:
1 edited

Legend:

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

    r26052 r26056  
    61796179
    61806180                /*for this Tria, compute contribution to rebound at vertex i: */
     6181                #ifdef _HAVE_GIA_
    61816182                GiaDeflectionCorex(&wi,&dwidt,&arguments);
     6183                #else
     6184                _error_("ISSM compiled without GIA capabilities");
     6185                #endif
    61826186
    61836187                /*plug value into solution vector: */
Note: See TracChangeset for help on using the changeset viewer.