Ignore:
Timestamp:
06/25/09 17:42:16 (16 years ago)
Author:
Eric.Larour
Message:

Transformed some Tria and Penta fields in booleans

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Penta.h

    r848 r1104  
    4646                int    onbed;
    4747                int    onsurface;
     48                bool    onwater;
    4849                double meanvel;/*!scaling ratio for velocities*/
    4950                double epsvel; /*!minimum velocity to avoid infinite velocity ratios*/
     
    6162                                double p, double q, int    shelf, int    onbed, int    onsurface, double meanvel,double epsvel,
    6263                                int    collapse, double melting[6], double accumulation[6], double geothermalflux[6],
    63                                 int    artdiff, int    thermal_steadystate,double viscosity_overshoot,double stokesreconditioning);
     64                                int    artdiff, int    thermal_steadystate,double viscosity_overshoot,double stokesreconditioning,bool onwater);
    6465                ~Penta();
    6566
Note: See TracChangeset for help on using the changeset viewer.