From 07f7f88b196bc1074a342743c814309a4df59ca5 Mon Sep 17 00:00:00 2001 From: jthorn Date: Mon, 27 Sep 2004 15:51:21 +0000 Subject: 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 --- src/template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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], -- cgit v1.2.3