From 2af69d024f8b10ae92ced944ef61cbb0ec4ec2c1 Mon Sep 17 00:00:00 2001 From: pollney Date: Tue, 15 Jul 2003 09:58:59 +0000 Subject: Added info message informing of finite difference order. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/ADMMacros/trunk@62 b1d164ef-f17a-46e7-89d4-021c7118ef4e --- src/SetLocalSpatialOrder.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src') 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; } -- cgit v1.2.3