aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorrideout <rideout@eec4d7dc-71c2-46d6-addf-10296150bf52>2003-01-08 18:38:51 +0000
committerrideout <rideout@eec4d7dc-71c2-46d6-addf-10296150bf52>2003-01-08 18:38:51 +0000
commit70fb54f4b26fc2127cd51e73ff9246dc2be17278 (patch)
tree775c25f21d1a84ebc4cadbb99ab47f07a0d5beed /src
parent4e3d7c0425c78bd20c862b49d0c7a3922225a260 (diff)
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
Diffstat (limited to 'src')
-rw-r--r--src/SetGrid.c2
1 files changed, 1 insertions, 1 deletions
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);