Changeset 5745 for issm/trunk/src/c/objects/Elements/Tria.cpp
- Timestamp:
- 09/10/10 10:53:39 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Elements/Tria.cpp
r5743 r5745 489 489 490 490 /*build new bed and surface: */ 491 if (this-> GetShelf()){491 if (this->IsOnShelf()){ 492 492 /*hydrostatic equilibrium: */ 493 493 double rho_ice,rho_water,di; … … 819 819 } 820 820 /*}}}*/ 821 /*FUNCTION Tria:: GetOnBed {{{1*/822 bool Tria:: GetOnBed(){821 /*FUNCTION Tria::IsOnBed {{{1*/ 822 bool Tria::IsOnBed(){ 823 823 824 824 bool onbed; … … 828 828 } 829 829 /*}}}*/ 830 /*FUNCTION Tria:: GetShelf {{{1*/831 bool Tria:: GetShelf(){830 /*FUNCTION Tria::IsOnShelf {{{1*/ 831 bool Tria::IsOnShelf(){ 832 832 /*inputs: */ 833 833 bool shelf; … … 2421 2421 2422 2422 /*If shelf: hydrostatic equilibrium*/ 2423 if (this-> GetShelf()){2423 if (this->IsOnShelf()){ 2424 2424 2425 2425 /*recover material parameters: */
Note:
See TracChangeset
for help on using the changeset viewer.