Changeset 23996
- Timestamp:
- 06/06/19 19:56:02 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/KillIcebergsx/KillIcebergsx.cpp
r23995 r23996 10 10 11 11 /*Intermediaries*/ 12 IssmDouble* local_mask = NULL; 12 13 const int MAXVERTICES = 6; 13 14 bool found1; … … 51 52 52 53 /*Need to place an outer loop here*/ 53 IssmDouble* local_mask = NULL;54 if(local_mask) xDelete<IssmDouble>(local_mask); 54 55 femmodel->GetLocalVectorWithClonesVertices(&local_mask,vec_connected_to_land); 55 56 … … 114 115 delete vec_connected_to_land; 115 116 117 /*OK, now deactivate iceberg and count the number of deactivated vertices*/ 118 116 119 /*First, create a vector full of 0 and place 1 where the ice is grounded*/ 117 120 _error_("Not implemented yet");
Note:
See TracChangeset
for help on using the changeset viewer.