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