aboutsummaryrefslogtreecommitdiff
path: root/src/InterpLocalUniform.h
diff options
context:
space:
mode:
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);
+
+/******************************************************************************/