Ignore:
Timestamp:
09/10/10 10:53:39 (15 years ago)
Author:
Mathieu Morlighem
Message:

Some cleaning

File:
1 edited

Legend:

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

    r5743 r5745  
    489489
    490490                                        /*build new bed and surface: */
    491                                         if (this->GetShelf()){
     491                                        if (this->IsOnShelf()){
    492492                                                /*hydrostatic equilibrium: */
    493493                                                double rho_ice,rho_water,di;
     
    819819}
    820820/*}}}*/
    821 /*FUNCTION Tria::GetOnBed {{{1*/
    822 bool Tria::GetOnBed(){
     821/*FUNCTION Tria::IsOnBed {{{1*/
     822bool Tria::IsOnBed(){
    823823       
    824824        bool onbed;
     
    828828}
    829829/*}}}*/
    830 /*FUNCTION Tria::GetShelf {{{1*/
    831 bool   Tria::GetShelf(){
     830/*FUNCTION Tria::IsOnShelf {{{1*/
     831bool   Tria::IsOnShelf(){
    832832        /*inputs: */
    833833        bool shelf;
     
    24212421
    24222422        /*If shelf: hydrostatic equilibrium*/
    2423         if (this->GetShelf()){
     2423        if (this->IsOnShelf()){
    24242424
    24252425                /*recover material parameters: */
Note: See TracChangeset for help on using the changeset viewer.