Changeset 26105
- Timestamp:
- 03/16/21 09:45:11 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Tria.cpp
r26103 r26105 21 21 #include "../Inputs/TransientInput.h" 22 22 #include "../../shared/shared.h" 23 #ifdef _HAVE_ GIA_23 #ifdef _HAVE_SEALEVELCHANGE_ 24 24 #include "../../modules/GiaDeflectionCorex/GiaDeflectionCorex.h" 25 25 #endif … … 6221 6221 6222 6222 /*for this Tria, compute contribution to rebound at vertex i: */ 6223 #ifdef _HAVE_GIA_6224 6223 GiaDeflectionCorex(&wi,&dwidt,&arguments); 6225 #else6226 _error_("ISSM compiled without GIA capabilities");6227 #endif6228 6224 6229 6225 /*plug value into solution vector: */
Note:
See TracChangeset
for help on using the changeset viewer.