Changeset 1729


Ignore:
Timestamp:
08/17/09 13:51:42 (16 years ago)
Author:
Mathieu Morlighem
Message:

renamed some enums

Location:
issm/trunk/src
Files:
7 added
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Riftfront.cpp

    r1717 r1729  
    445445
    446446                /*Ok, now compute the pressure (in norm) that is being applied to the flanks, depending on the type of fill: */
    447                 if(fill==WaterEnum()){
     447                if(fill==WaterFillEnum()){
    448448                        if(shelf){
    449449                                /*We are on an ice shelf, hydrostatic equilibrium is used to determine the pressure for water fill: */
     
    455455                        }
    456456                }
    457                 else if(fill==AirEnum()){
     457                else if(fill==AirFillEnum()){
    458458                        pressure=rho_ice*gravity*pow(thickness,(double)2)/(double)2;   //icefront on an ice sheet, pressure imbalance ice vs air.
    459459                }
    460                 else if(fill==IceEnum()){ //icefront finding itself against another icefront (pressure imbalance is fully compensated, ice vs ice)
     460                else if(fill==IceFillEnum()){ //icefront finding itself against another icefront (pressure imbalance is fully compensated, ice vs ice)
    461461                        pressure=0;
    462462                }
  • issm/trunk/src/m/enum/WaterEnum.m

    r1727 r1729  
    77%      macro=WaterEnum()
    88
    9 macro=601;
     9macro=501;
Note: See TracChangeset for help on using the changeset viewer.