Changeset 16361
- Timestamp:
- 10/10/13 07:52:39 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Tria.cpp
r16351 r16361 228 228 case FSApproximationEnum: 229 229 return CreateKMatrixStressbalanceFS(); 230 case SIAApproximationEnum: 231 return NULL; 230 232 case NoneApproximationEnum: 231 233 return NULL; … … 393 395 case FSApproximationEnum: 394 396 return CreatePVectorStressbalanceFS(); 397 case SIAApproximationEnum: 398 return NULL; 395 399 case NoneApproximationEnum: 396 400 return NULL;
Note:
See TracChangeset
for help on using the changeset viewer.