Changeset 21555
- Timestamp:
- 02/10/17 14:35:50 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/IoModelToConstraintsx/IoModelToConstraintsx.cpp
r21554 r21555 626 626 } 627 627 628 629 switch(finite_element){630 case P1Enum:631 /*Nothing else to do*/632 break;633 default:634 _error_("Finite element "<<EnumToStringx(finite_element)<<" not supported yet");635 }636 637 628 count=0; 638 629 if(M==iomodel->numberofvertices){
Note:
See TracChangeset
for help on using the changeset viewer.