Changeset 10359 for issm/trunk


Ignore:
Timestamp:
10/28/11 20:38:13 (13 years ago)
Author:
Mathieu Morlighem
Message:

minor fixed compilation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/modules/GroundinglineMigrationx/GroundinglineMigrationxUtils.cpp

    r10358 r10359  
    200200                        element=(Element*)elements->GetObjectByOffset(i);
    201201                        if(elements_touching_iceshelf[element->Sid()]){
    202                                 local_nflipped+=element->UpdatePotentialSheetUngrounding(potential_sheet_ungrounding,vec_nodes_on_iceshelf,nodes_on_iceshelf);
     202                                local_nflipped+=element->UpdatePotentialSheetUngrounding(vertices_potentially_ungrounding,vec_nodes_on_iceshelf,nodes_on_iceshelf);
    203203                        }
    204204                }
Note: See TracChangeset for help on using the changeset viewer.