Changeset 20215 for issm/trunk-jpl/src/c/classes/Elements/Tria.cpp
- Timestamp:
- 02/19/16 10:25:41 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Tria.cpp
r20212 r20215 3091 3091 this->GetGroundedPart(&point1,&fraction1,&fraction2,&mainlyfloating); 3092 3092 /* Start looping on the number of gaussian points: */ 3093 gauss = this->NewGauss(point1,fraction1,fraction2,1-mainlyfloating, 2);3093 gauss = this->NewGauss(point1,fraction1,fraction2,1-mainlyfloating,3); 3094 3094 for(int ig=gauss->begin();ig<gauss->end();ig++){ 3095 3095
Note:
See TracChangeset
for help on using the changeset viewer.