Changeset 15971
- Timestamp:
- 08/27/13 12:02:58 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Penta.cpp
r15970 r15971 11355 11355 /*Go through nodes, and whoever is on the potential_ungrounding, ends up in nodes_on_iceshelf: */ 11356 11356 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()])){ 11358 11358 vec_nodes_on_iceshelf->SetValue(vertices[i]->Pid(),-1.,INS_VAL); 11359 11359
Note:
See TracChangeset
for help on using the changeset viewer.