Changeset 16921
- Timestamp:
- 11/25/13 10:02:07 (11 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Penta.cpp
r16916 r16921 4223 4223 4224 4224 /* Start looping on the number of gaussian points: */ 4225 gauss=new GaussPenta( 2,3);4225 gauss=new GaussPenta(3,3); 4226 4226 for(int ig=gauss->begin();ig<gauss->end();ig++){ 4227 4227 … … 8580 8580 8581 8581 /* Start looping on the number of gaussian points: */ 8582 gauss=new GaussPenta( 2,3);8582 gauss=new GaussPenta(3,3); 8583 8583 for(int ig=gauss->begin();ig<gauss->end();ig++){ 8584 8584
Note:
See TracChangeset
for help on using the changeset viewer.