aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@b1d164ef-f17a-46e7-89d4-021c7118ef4e>2004-05-17 12:28:56 +0000
committergoodale <goodale@b1d164ef-f17a-46e7-89d4-021c7118ef4e>2004-05-17 12:28:56 +0000
commit1b7e9f7618cf0c88528460db7c3edfd4e45682d6 (patch)
tree5fd3eb83f0840d984bc9b538f26b060f384217af
parente77bca8c7e2b8b271164a19d93723c46a047485a (diff)
Untabified. Please try to adhere to the Cactus coding guidelines when
modifying or adding files. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/ADMMacros/trunk@72 b1d164ef-f17a-46e7-89d4-021c7118ef4e
-rw-r--r--src/SetLocalSpatialOrder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SetLocalSpatialOrder.c b/src/SetLocalSpatialOrder.c
index f6e7175..b2cc1dd 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);
+ spatial_order);
return;
}