aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);