Changeset 10379
- Timestamp:
- 10/31/11 15:05:50 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/modules/GroundinglineMigrationx/GroundinglineMigrationx.cpp
r10378 r10379 58 58 59 59 int i,numnods; 60 Vec 61 Node * node= NULL;60 Vec vec_nodes_on_floatingice = NULL; 61 Node *node = NULL; 62 62 63 63 /*First, initialize nodes_on_floatingice, which will track which nodes have changed status: */ … … 161 161 162 162 MPI_Allreduce(&local_nflipped,&nflipped,1,MPI_INT,MPI_SUM,MPI_COMM_WORLD); 163 _printf_(VerboseConvergence()," number of grounded vertices connected to grounding line: %i\n",nflipped);163 _printf_(VerboseConvergence()," Additional number of vertices allowed to unground: %i\n",nflipped); 164 164 165 165 /*Avoid leaks: */
Note:
See TracChangeset
for help on using the changeset viewer.