Changeset 21706
- Timestamp:
- 05/04/17 15:36:03 (8 years ago)
- Location:
- issm/trunk-jpl/src/c/classes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/c/classes/FemModel.cpp ¶
r21677 r21706 520 520 } 521 521 /*}}}*/ 522 void FemModel::SolutionAnalysesList(int** panalyses,int* pnumanalyses,IoModel* iomodel,int solutiontype){/*{{{*/ 522 int FemModel::Size(){ /*{{{*/ 523 int femmodel_size; 524 525 this->Marshall(NULL,&femmodel_size,MARSHALLING_SIZE); 526 527 return femmodel_size; 528 } 529 /*}}}*/ 530 void FemModel::SolutionAnalysesList(int** panalyses,int* pnumanalyses,IoModel* iomodel,int solutiontype){/*{{{*/ 523 531 524 532 /*output: */ -
TabularUnified issm/trunk-jpl/src/c/classes/FemModel.h ¶
r21672 r21706 67 67 void SetCurrentConfiguration(int configuration_type); 68 68 void SetCurrentConfiguration(int configuration_type,int analysis_type); 69 int Size(void); 69 70 void SolutionAnalysesList(int** panalyses,int* pnumanalyses,IoModel* iomodel,int solutiontype); 70 71 void Solve(void);
Note:
See TracChangeset
for help on using the changeset viewer.