Changeset 496
- Timestamp:
- 05/19/09 14:36:02 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/shared/Dofs/DistributeNumDofs.cpp
r465 r496 39 39 numdofs=1; 40 40 } 41 else throw ErrorException(__FUNCT__," analysis type not implemented yet!"); 41 else if (analysis_type==MeltingAnalysisEnum()){ 42 numdofs=1; 43 } 44 else throw ErrorException(__FUNCT__,exprintf("%s%i%s"," analysis type: ",analysis_type," not implemented yet!")); 42 45 43 46 /*Assign output pointers:*/
Note:
See TracChangeset
for help on using the changeset viewer.