Changeset 13101 for issm/branches/trunk-jpl-damage/src/c/modules/ModelProcessorx/DistributeNumDofs.cpp
- Timestamp:
- 08/20/12 17:39:30 (13 years ago)
- Location:
- issm/branches/trunk-jpl-damage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-jpl-damage
- Property svn:ignore
-
old new 1 projects 1 2 autom4te.cache 2 3 aclocal.m4
-
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 12948-13099
- Property svn:ignore
-
issm/branches/trunk-jpl-damage/src/c/modules/ModelProcessorx/DistributeNumDofs.cpp
r12878 r13101 19 19 if (analysis_type==DiagnosticHorizAnalysisEnum){ 20 20 if (vertices_type[0]==MacAyealApproximationEnum){ 21 numdofs=2; 22 } 23 else if (vertices_type[0]==L1L2ApproximationEnum){ 21 24 numdofs=2; 22 25 } … … 61 64 doftype[5]=StokesApproximationEnum; 62 65 } 63 else _error 2_("Approximationtype " << reCast<int>(*vertices_type) << " (" << EnumToStringx(reCast<int>(*vertices_type)) << ") not implemented yet for DiagnosticHoriz");66 else _error_("Approximationtype " << reCast<int>(*vertices_type) << " (" << EnumToStringx(reCast<int>(*vertices_type)) << ") not implemented yet for DiagnosticHoriz"); 64 67 } 65 68 else if (analysis_type==DiagnosticVertAnalysisEnum){ … … 90 93 numdofs=1; 91 94 } 92 else _error 2_("analysis type: " << analysis_type << " (" << EnumToStringx(analysis_type) << ") not implemented yet");95 else _error_("analysis type: " << analysis_type << " (" << EnumToStringx(analysis_type) << ") not implemented yet"); 93 96 94 97 /*Now initialize the index*/
Note:
See TracChangeset
for help on using the changeset viewer.