Changeset 12330 for issm/trunk/src/c/objects/FemModel.cpp
- Timestamp:
- 06/01/12 17:26:03 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/FemModel.cpp
r11995 r12330 22 22 /*FUNCTION FemModel::constructor {{{1*/ 23 23 FemModel::FemModel(char* inputfilename, char* outputfilename, const int in_solution_type,const int* analyses,const int nummodels){ 24 #ifdef _PARALLEL_25 24 26 25 /*intermediary*/ … … 75 74 /*Add output file name to parameters: */ 76 75 this->parameters->AddObject(new StringParam(OutputfilenameEnum,outputfilename)); 77 78 #endif79 76 80 77 }
Note:
See TracChangeset
for help on using the changeset viewer.