Changeset 17485


Ignore:
Timestamp:
03/19/14 19:49:38 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: fixed volume of reference tetra:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/gauss/GaussTetra.cpp

    r17472 r17485  
    3535        /*Get gauss points*/
    3636        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 that
     37        for(int i=0;i<numgauss;i++) this->weights[i]=this->weights[i]/6.; //FIXME: double check that
    3838
    3939        /*Initialize static fields as undefinite*/
Note: See TracChangeset for help on using the changeset viewer.