Changeset 15971


Ignore:
Timestamp:
08/27/13 12:02:58 (12 years ago)
Author:
seroussi
Message:

BUG: minor vertex instead of node

File:
1 edited

Legend:

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

    r15970 r15971  
    1135511355        /*Go through nodes, and whoever is on the potential_ungrounding, ends up in nodes_on_iceshelf: */
    1135611356        for(i=0;i<NUMVERTICES;i++){
    11357                 if (reCast<bool,IssmDouble>(vertices_potentially_ungrounding[nodes[i]->Pid()])){
     11357                if (reCast<bool,IssmDouble>(vertices_potentially_ungrounding[vertices[i]->Pid()])){
    1135811358                        vec_nodes_on_iceshelf->SetValue(vertices[i]->Pid(),-1.,INS_VAL);
    1135911359
Note: See TracChangeset for help on using the changeset viewer.