[cig-commits] r14343 - in long/3D/Gale/trunk: . src/Gale/plugins/SurfaceProcess

walter at geodynamics.org walter at geodynamics.org
Mon Mar 16 14:00:45 PDT 2009


Author: walter
Date: 2009-03-16 14:00:45 -0700 (Mon, 16 Mar 2009)
New Revision: 14343

Modified:
   long/3D/Gale/trunk/
   long/3D/Gale/trunk/src/Gale/plugins/SurfaceProcess/SurfaceProcess.c
Log:
 r2554 at dante:  boo | 2009-03-16 13:58:57 -0700
 fix typo



Property changes on: long/3D/Gale/trunk
___________________________________________________________________
Name: svk:merge
   - 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:2552
   + 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:2554

Modified: long/3D/Gale/trunk/src/Gale/plugins/SurfaceProcess/SurfaceProcess.c
===================================================================
--- long/3D/Gale/trunk/src/Gale/plugins/SurfaceProcess/SurfaceProcess.c	2009-03-16 19:41:55 UTC (rev 14342)
+++ long/3D/Gale/trunk/src/Gale/plugins/SurfaceProcess/SurfaceProcess.c	2009-03-16 21:00:45 UTC (rev 14343)
@@ -89,7 +89,7 @@
           velocity = (FeVariable*)FieldVariable_Register_GetByName
             ( galeCtx->fieldVariable_Register, "VelocityField" );
           Journal_Firewall( ( velocity!=NULL ), errorStr,
-                            "Error: In KineticFriction, the name provided for the velocity field \"%s\" does not exist\n",
+                            "Error: In SurfaceProcess, the name provided for the velocity field \"%s\" does not exist\n",
                             "VelocityField");
           if( nDims == 2 ) {
             Node_LocalIndex n_i;



More information about the CIG-COMMITS mailing list