aboutsummaryrefslogtreecommitdiff
path: root/src/SetLocalSpatialOrder.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/SetLocalSpatialOrder.c')
-rw-r--r--src/SetLocalSpatialOrder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SetLocalSpatialOrder.c b/src/SetLocalSpatialOrder.c
index b2cc1dd..779479c 100644
--- a/src/SetLocalSpatialOrder.c
+++ b/src/SetLocalSpatialOrder.c
@@ -66,7 +66,7 @@ void ADMMacros_SetLocalSpatialOrder(CCTK_ARGUMENTS)
*local_spatial_order = spatial_order;
CCTK_VInfo(CCTK_THORNSTRING, "Spatial finite differencing order: %d",
- spatial_order);
+ (int)spatial_order);
return;
}