Changeset 6971


Ignore:
Timestamp:
01/06/11 11:53:09 (14 years ago)
Author:
seroussi
Message:

again and again

File:
1 edited

Legend:

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

    r6970 r6971  
    39813981                if (this->nodes[i]->IsOnSheet()){
    39823982                        surface[i]=bed_ptr[i]+values[i]; //surface=oldbed+newthickness
     3983                        bed[i]=bed_ptr[i]; //do nothing
    39833984                }
    39843985                else{ //this is an ice shelf
     
    39994000        this->inputs->AddInput(new TriaVertexInput(ThicknessEnum,values));
    40004001        this->inputs->AddInput(new TriaVertexInput(SurfaceEnum,surface));
    4001         if (this->IsOnShelf()) this->inputs->AddInput(new TriaVertexInput(BedEnum,bed));
     4002        this->inputs->AddInput(new TriaVertexInput(BedEnum,bed));
    40024003
    40034004        /*Free ressources:*/
Note: See TracChangeset for help on using the changeset viewer.