From 70fb54f4b26fc2127cd51e73ff9246dc2be17278 Mon Sep 17 00:00:00 2001 From: rideout Date: Wed, 8 Jan 2003 18:38:51 +0000 Subject: Removing extraneous argument to a CCTK_VInfo call. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Cartoon2D/trunk@62 eec4d7dc-71c2-46d6-addf-10296150bf52 --- src/SetGrid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/SetGrid.c b/src/SetGrid.c index 3c142f2..c929695 100644 --- a/src/SetGrid.c +++ b/src/SetGrid.c @@ -155,7 +155,7 @@ void Cartoon2D_SetGrid(void) * Set the x grid dimensions. */ nx += ghost_size_y + 1; - CCTK_VInfo(CCTK_THORNSTRING, "Adding pugh::ghost_size_y+1 to pugh::global_nx", nx); + CCTK_VInfo(CCTK_THORNSTRING, "Adding pugh::ghost_size_y+1 to pugh::global_nx"); sprintf(p_val, "%d", nx); CCTK_ParameterSet("global_nx", "pugh", p_val); -- cgit v1.2.3