Ignore:
Timestamp:
05/21/13 23:56:29 (12 years ago)
Author:
Eric.Larour
Message:

CHG: changes due to grounding line dynamics made the introduction of IssmDouble fractions
into the Gauss routines necessary. Had to adapt the Gauss Points to be able to compile
the Adolc mode of ISSM.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/gauss/GaussTria.h

    r14915 r15071  
    1313        private:
    1414                int numgauss;
    15                 IssmPDouble* weights;
    16                 IssmPDouble* coords1;
    17                 IssmPDouble* coords2;
    18                 IssmPDouble* coords3;
     15                IssmDouble* weights;
     16                IssmDouble* coords1;
     17                IssmDouble* coords2;
     18                IssmDouble* coords3;
    1919
    2020        public:
    21                 IssmPDouble weight;
     21                IssmDouble weight;
    2222                IssmDouble coord1;
    2323                IssmDouble coord2;
     
    3030                GaussTria(int order);
    3131                GaussTria(int index1,int index2,int order);
    32                 GaussTria(int index,IssmPDouble r1, IssmPDouble r2,bool maintlyfloating,int order);
     32                GaussTria(int index,IssmDouble r1, IssmDouble r2,bool maintlyfloating,int order);
    3333                ~GaussTria();
    3434
Note: See TracChangeset for help on using the changeset viewer.