Changeset 14780


Ignore:
Timestamp:
04/26/13 21:24:22 (12 years ago)
Author:
utke
Message:

CHG: change declarations of new logic to passive or else values should be assigned to the active members of GaussTria rather than the passive ones. Not sure what the inte is here but without this change the AD-endabled compile fails altogether

Location:
issm/trunk-jpl/src/c/classes/gauss
Files:
2 edited

Legend:

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

    r14779 r14780  
    9494/*}}}*/
    9595/*FUNCTION GaussTria::GaussTria(int index,double r1,double r2,int order) {{{*/
    96 GaussTria::GaussTria(int index,IssmDouble r1,IssmDouble r2,bool mainlyfloating,int order){
     96GaussTria::GaussTria(int index,IssmPDouble r1,IssmPDouble r2,bool mainlyfloating,int order){
    9797
    9898        /*
     
    112112         */
    113113        int         ig;
    114         IssmDouble x,y;
    115         IssmDouble xy_list[3][2];
     114        IssmPDouble x,y;
     115        IssmPDouble xy_list[3][2];
    116116
    117117        if(mainlyfloating){
  • issm/trunk-jpl/src/c/classes/gauss/GaussTria.h

    r14779 r14780  
    3232                GaussTria(int order);
    3333                GaussTria(int index1,int index2,int order);
    34                 GaussTria(int index,IssmDouble r1, IssmDouble r2,bool maintlyfloating,int order);
     34                GaussTria(int index,IssmPDouble r1, IssmPDouble r2,bool maintlyfloating,int order);
    3535                ~GaussTria();
    3636
Note: See TracChangeset for help on using the changeset viewer.