aboutsummaryrefslogtreecommitdiff
path: root/src/InterpLocalUniform.h
diff options
context:
space:
mode:
authorjthorn <jthorn@0f49ee68-0e4f-0410-9b9c-b2c123ded7ef>2007-01-15 12:06:36 +0000
committerjthorn <jthorn@0f49ee68-0e4f-0410-9b9c-b2c123ded7ef>2007-01-15 12:06:36 +0000
commit74bc9ba83ebec82716597f9dac42551eea8185f6 (patch)
tree6829988d4769c0118e9a9c8c573c3dce3f038594 /src/InterpLocalUniform.h
parent9cb0ef8e18b65bb8b28924b598c8475abe16ab92 (diff)
add a debugging feature: setting the parameter
AEILocalInterp::log_interp_coords = true causes this thorn to write a log file on each processor giving the grid and (some of) the interpolation coordinates git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/AEILocalInterp/trunk@45 0f49ee68-0e4f-0410-9b9c-b2c123ded7ef
Diffstat (limited to 'src/InterpLocalUniform.h')
-rw-r--r--src/InterpLocalUniform.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/InterpLocalUniform.h b/src/InterpLocalUniform.h
index d3e23c2..6d84cbb 100644
--- a/src/InterpLocalUniform.h
+++ b/src/InterpLocalUniform.h
@@ -262,3 +262,7 @@ int AEILocalInterp_molecule_posn(fp grid_origin, fp grid_delta,
/* functions in "util.c" */
int AEILocalInterp_decode_N_parts(int type_code);
+int AEILocalInterp_get_int_param(const char* thorn_or_implementation_name,
+ const char* parameter_name);
+
+/******************************************************************************/