aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjthorn <jthorn@0f49ee68-0e4f-0410-9b9c-b2c123ded7ef>2004-09-27 15:51:21 +0000
committerjthorn <jthorn@0f49ee68-0e4f-0410-9b9c-b2c123ded7ef>2004-09-27 15:51:21 +0000
commit07f7f88b196bc1074a342743c814309a4df59ca5 (patch)
tree1a7cc8d8b6983046904d723c2488a2174960a90f
parent95539f7f2e2b30f9f9dbc01c9a27b33c7b9e1020 (diff)
fix another syntax-error botch in #ifdef AEILOCALINTERP_DEBUG2 code
git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/AEILocalInterp/trunk@25 0f49ee68-0e4f-0410-9b9c-b2c123ded7ef
-rw-r--r--src/template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template.c b/src/template.c
index d753c48..816071c 100644
--- a/src/template.c
+++ b/src/template.c
@@ -887,7 +887,7 @@ fflush(stdout);
#elif (N_DIMS == 2)
printf("pt=%d interp coords %.16g %.16g\n",
pt, (double) interp_coords_fp[0],
- (double) interp_coords_fp[1],
+ (double) interp_coords_fp[1]);
#elif (N_DIMS == 3)
printf("pt=%d interp coords %.16g %.16g %.16g\n",
pt, (double) interp_coords_fp[0],