Index: /issm/trunk/src/c/modules/GroundinglineMigrationx/GroundinglineMigrationx.cpp
===================================================================
--- /issm/trunk/src/c/modules/GroundinglineMigrationx/GroundinglineMigrationx.cpp	(revision 10378)
+++ /issm/trunk/src/c/modules/GroundinglineMigrationx/GroundinglineMigrationx.cpp	(revision 10379)
@@ -58,6 +58,6 @@
 
 	int     i,numnods;
-	Vec     vec_nodes_on_floatingice = NULL;
-	Node*   node                  = NULL;
+	Vec   vec_nodes_on_floatingice = NULL;
+	Node *node                     = NULL;
 
 	/*First, initialize nodes_on_floatingice, which will track which nodes have changed status: */
@@ -161,5 +161,5 @@
 		
 		MPI_Allreduce(&local_nflipped,&nflipped,1,MPI_INT,MPI_SUM,MPI_COMM_WORLD);
-		_printf_(VerboseConvergence(),"   number of grounded vertices  connected to grounding line: %i\n",nflipped);
+		_printf_(VerboseConvergence(),"   Additional number of vertices allowed to unground: %i\n",nflipped);
 
 		/*Avoid leaks: */
