Changeset 17485
- Timestamp:
- 03/19/14 19:49:38 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/gauss/GaussTetra.cpp
r17472 r17485 35 35 /*Get gauss points*/ 36 36 GaussLegendreTetra(&numgauss,&coords1,&coords2,&coords3,&coords4,&weights,order); 37 for(int i=0;i<numgauss;i++) this->weights[i]=this->weights[i] *sqrt(2.)/6.; //FIXME: double check that37 for(int i=0;i<numgauss;i++) this->weights[i]=this->weights[i]/6.; //FIXME: double check that 38 38 39 39 /*Initialize static fields as undefinite*/
Note:
See TracChangeset
for help on using the changeset viewer.