Changeset 12365 for issm/trunk-jpl/src/c/objects/FemModel.cpp
- Timestamp:
- 06/04/12 16:40:38 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/objects/FemModel.cpp
r12016 r12365 20 20 21 21 /*Object constructors and destructor*/ 22 /*FUNCTION FemModel::constructor {{{ 1*/22 /*FUNCTION FemModel::constructor {{{*/ 23 23 FemModel::FemModel(char* inputfilename, char* outputfilename, const int in_solution_type,const int* analyses,const int nummodels){ 24 24 … … 77 77 } 78 78 79 /*}}} 1*/80 /*FUNCTION FemModel::destructor {{{ 1*/79 /*}}}*/ 80 /*FUNCTION FemModel::destructor {{{*/ 81 81 FemModel::~FemModel(){ 82 82 … … 96 96 97 97 } 98 /*}}} 1*/98 /*}}}*/ 99 99 100 100 /*Object management*/ 101 /*FUNCTION FemModel::Echo {{{ 1*/101 /*FUNCTION FemModel::Echo {{{*/ 102 102 void FemModel::Echo(void){ 103 103 … … 113 113 114 114 /*Numerics: */ 115 /*FUNCTION FemModel::SetCurrentConfiguration(int configuration_type,int analysis_type){{{ 1*/115 /*FUNCTION FemModel::SetCurrentConfiguration(int configuration_type,int analysis_type){{{*/ 116 116 void FemModel::SetCurrentConfiguration(int configuration_type,int analysis_type){ 117 117 … … 150 150 151 151 } 152 /*}}} 1*/153 /*FUNCTION FemModel::SetCurrentConfiguration(int configuration_type){{{ 1*/152 /*}}}*/ 153 /*FUNCTION FemModel::SetCurrentConfiguration(int configuration_type){{{*/ 154 154 void FemModel::SetCurrentConfiguration(int configuration_type){ 155 155 … … 157 157 this->SetCurrentConfiguration(configuration_type,configuration_type); 158 158 } 159 /*}}} 1*/159 /*}}}*/
Note:
See TracChangeset
for help on using the changeset viewer.