aboutsummaryrefslogtreecommitdiff
path: root/src/template.h
diff options
context:
space:
mode:
authorjthorn <jthorn@0f49ee68-0e4f-0410-9b9c-b2c123ded7ef>2003-07-24 13:55:35 +0000
committerjthorn <jthorn@0f49ee68-0e4f-0410-9b9c-b2c123ded7ef>2003-07-24 13:55:35 +0000
commit618cb394a3e9734b17ac2c428179ffa2e91aa28b (patch)
tree8ea5ac1786bdc2ec1adb273fb1a83812349c85b9 /src/template.h
parente3362cc762ef08d514ba9dae27210e801c393589 (diff)
* add support for returning per-point interpolator status
* drop support for returning status info on which side of the grid an outside-the-grid point is outside -- this turned out to be awkward to implement in combinatino with per-point status, and I believe it was only used by my apparent horizon finder to produce slightly more informative error messages in a few cases * convert some commented-out debugging code to #ifdef on various DEBUG symbols git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/AEILocalInterp/trunk@9 0f49ee68-0e4f-0410-9b9c-b2c123ded7ef
Diffstat (limited to 'src/template.h')
-rw-r--r--src/template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template.h b/src/template.h
index b5eb5b4..d1f9d92 100644
--- a/src/template.h
+++ b/src/template.h
@@ -33,7 +33,7 @@ int FUNCTION_NAME(/***** coordinate system *****/
const CCTK_INT operand_indices[],
const CCTK_INT operation_codes[],
/***** other return results *****/
- struct error_flags* error_flags,
+ struct error_info* error_info,
struct molecule_structure_flags* molecule_structure_flags,
struct molecule_min_max_m_info* molecule_min_max_m_info,
CCTK_INT* const molecule_positions[],