Index: /issm/trunk-jpl/src/c/modules/SystemMatricesx/SystemMatricesx.cpp
===================================================================
--- /issm/trunk-jpl/src/c/modules/SystemMatricesx/SystemMatricesx.cpp	(revision 23636)
+++ /issm/trunk-jpl/src/c/modules/SystemMatricesx/SystemMatricesx.cpp	(revision 23637)
@@ -24,5 +24,5 @@
 
 	/*Display message*/
-	if(VerboseModule()) _printf0_("   Generating matrices");
+	if(VerboseModule()) _printf0_("   Allocating matrices");
 
 	/*retrieve parameters: */
@@ -70,4 +70,6 @@
 		_printf0_(" (Kff stiffness matrix size: "<<M<<" x "<<N<<")\n");
 	}
+
+	if(VerboseModule()) _printf0_("   Generating matrices\n");
 
 	/*Fill stiffness matrix and load vector from elements*/
