Changeset 27217
- Timestamp:
- 08/17/22 16:19:24 (3 years ago)
- Location:
- issm/branches/trunk-larour-SLPS2022/src/c
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-larour-SLPS2022/src/c/classes/FemModel.h
r27212 r27217 21 21 class Profiler; 22 22 class Elements; 23 class IoModel; 23 24 #if defined(_HAVE_NEOPZ_) && !defined(_HAVE_AD_) 24 25 #include "./AmrNeopz.h" -
issm/branches/trunk-larour-SLPS2022/src/c/modules/MmeToInputx/MmeToInputx.cpp
r27216 r27217 3 3 */ 4 4 5 #include "../../shared/shared.h" 6 #include "../../toolkits/toolkits.h" 7 #include "../../classes/Inputs/TransientInput.h" 8 #include "../../classes/Inputs/DatasetInput.h" 9 #include "../../classes/Inputs/TriaInput.h" 5 10 #include "./MmeToInputx.h" 6 #include "../MmeToInputFromIdx/MmeToInputFromIdx.h"7 11 8 12 void MmeToInputx(FemModel* femmodel,IssmDouble* distributed_values,IssmDouble* variable_partition,int npart,int rootenum, int interpolationenum){
Note:
See TracChangeset
for help on using the changeset viewer.