Changeset 25840
- Timestamp:
- 12/08/20 13:35:45 (4 years ago)
- Location:
- issm/trunk-jpl/src/c
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/c/Makefile.am ¶
r25839 r25840 498 498 issm_sources += ./analyses/LevelsetAnalysis.cpp 499 499 issm_sources += ./modules/Calvingx/Calvingx.cpp 500 issm_sources += ./modules/MovingFrontalVelx/MovingFrontalVelx.cpp501 500 issm_sources += ./modules/KillIcebergsx/KillIcebergsx.cpp 502 501 endif -
TabularUnified issm/trunk-jpl/src/c/modules/Calvingx/Calvingx.cpp ¶
r25786 r25840 39 39 } 40 40 } 41 42 void MovingFrontalVelx(FemModel* femmodel){ 43 femmodel->ElementOperationx(&Element::MovingFrontalVelocity); 44 } -
TabularUnified issm/trunk-jpl/src/c/modules/Calvingx/Calvingx.h ¶
r19047 r25840 7 7 /* local prototypes: */ 8 8 void Calvingx(FemModel* femmodel); 9 void MovingFrontalVelx(FemModel* femmodel); 9 10 10 11 #endif -
TabularUnified issm/trunk-jpl/src/c/modules/modules.h ¶
r25839 r25840 72 72 #include "./SurfaceAverageVelMisfitx/SurfaceAverageVelMisfitx.h" 73 73 #include "./ModelProcessorx/ModelProcessorx.h" 74 #include "./MovingFrontalVelx/MovingFrontalVelx.h"75 74 #include "./ParseToolkitsOptionsx/ParseToolkitsOptionsx.h" 76 75 #include "./NodalValuex/NodalValuex.h"
Note:
See TracChangeset
for help on using the changeset viewer.