Ignore:
Timestamp:
04/28/14 15:49:38 (11 years ago)
Author:
Mathieu Morlighem
Message:

BUG: fixed tetra gaussian points

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/shared/Numerics/GaussPoints.cpp

    r17543 r17865  
    14251425                        (*pl3 )[i]=l3p [iord-1][i];
    14261426                        (*pl4 )[i]=l4p [iord-1][i];
    1427                         (*pwgt)[i]=wgtp[iord-1][i]*2./3.*SQRT2;
     1427                        (*pwgt)[i]=wgtp[iord-1][i];
    14281428                }
    14291429        }
Note: See TracChangeset for help on using the changeset viewer.