Changeset 13687
- Timestamp:
- 10/16/12 09:19:28 (12 years ago)
- Location:
- issm/trunk-jpl/src/c
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/Makefile.am
r13652 r13687 838 838 ./shared/TriMesh/SplitMeshForRifts.cpp\ 839 839 ./shared/TriMesh/TriMeshUtils.cpp\ 840 ./modules/AddExternalResultx/AddExternalResultx.h\841 ./modules/AddExternalResultx/AddExternalResultx.cpp\842 840 ./modules/Chacox/Chacox.h\ 843 841 ./modules/Chacox/Chacox.cpp\ -
issm/trunk-jpl/src/c/classes/FemModel.h
r13634 r13687 52 52 void InitFromFiles(char* rootpath, char* inputfilename, char* outputfilename, char* petscfilename, char* lockfilename, const int solution_type,const int* analyses,const int nummodels); 53 53 54 /*Methods: */54 /*Methods: {{{*/ 55 55 void Echo(); 56 56 void Solve(void); … … 58 58 void SetStaticComm(); 59 59 void PrintBanner(void); 60 61 /*Fem: */60 /*}}}*/ 61 /*Fem: {{{*/ 62 62 void SetCurrentConfiguration(int configuration_type); 63 63 void SetCurrentConfiguration(int configuration_type,int analysis_type); 64 /*}}}*/ 65 /*Modules: {{{*/ 66 67 68 69 /*}}}*/ 64 70 65 71 }; -
issm/trunk-jpl/src/c/modules/modules.h
r13634 r13687 7 7 8 8 /*Modules: */ 9 #include "./AddExternalResultx/AddExternalResultx.h"10 9 #include "./AverageFilterx/AverageFilterx.h" 11 10 #include "./AverageOntoPartitionx/AverageOntoPartitionx.h"
Note:
See TracChangeset
for help on using the changeset viewer.