Changeset 15720 for issm/trunk-jpl/src/c/classes/gauss/GaussPenta.cpp
- Timestamp:
- 08/06/13 10:19:51 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/gauss/GaussPenta.cpp
r15694 r15720 428 428 case 7: coord1=0.; coord2=1.; coord3=0.; coord4=0.; break; 429 429 case 8: coord1=0.; coord2=0.; coord3=1.; coord4=0.; break; 430 default: _error_("node index should be in [0 5]");430 default: _error_("node index should be in [0 8]"); 431 431 } 432 432 break; … … 446 446 case 10: coord1=.5; coord2=0.; coord3=.5; coord4=+1.;break; 447 447 case 11: coord1=.5; coord2=.5; coord3=0.; coord4=+1.;break; 448 default: _error_("node index should be in [0 5]");448 default: _error_("node index should be in [0 11]"); 449 449 } 450 450 break; … … 458 458 case 5: coord1=0.; coord2=0.; coord3=1.; coord4=+1.; break; 459 459 case 6: coord1=1./3.; coord2=1./3.; coord3=1./3.; coord4=0.; break; 460 default: _error_("node index should be in [0 5]");460 default: _error_("node index should be in [0 6]"); 461 461 } 462 462 break; … … 480 480 case 13: coord1=.5; coord2=0.; coord3=.5; coord4=+1.;break; 481 481 case 14: coord1=.5; coord2=.5; coord3=0.; coord4=+1.;break; 482 default: _error_("node index should be in [0 5]");482 default: _error_("node index should be in [0 14]"); 483 483 } 484 484 break;
Note:
See TracChangeset
for help on using the changeset viewer.