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 --- schedule.ccl | 1 + src/SetLocalSpatialOrder.c | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/schedule.ccl b/schedule.ccl index 1c36b08..518c86e 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -7,3 +7,4 @@ schedule ADMMacros_SetLocalSpatialOrder AT BASEGRID { LANG: C } "Initialize the local_spatial_order" + 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