Changeset 18906


Ignore:
Timestamp:
12/02/14 14:15:12 (10 years ago)
Author:
hongjuy
Message:

CHG: don't need to recalculate phi for contact

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Elements/Element.cpp

    r18884 r18906  
    12771277                        }
    12781278                }
    1279                 else phi[i]=h[i]+r[i]/density;
     1279                else if(migration_style!=ContactEnum) phi[i]=h[i]+r[i]/density;
    12801280        }
    12811281        this->AddInput(MaskGroundediceLevelsetEnum,&phi[0],P1Enum);
Note: See TracChangeset for help on using the changeset viewer.