aboutsummaryrefslogtreecommitdiff
path: root/src/template.h
diff options
context:
space:
mode:
authorjthorn <jthorn@0f49ee68-0e4f-0410-9b9c-b2c123ded7ef>2006-08-13 18:15:09 +0000
committerjthorn <jthorn@0f49ee68-0e4f-0410-9b9c-b2c123ded7ef>2006-08-13 18:15:09 +0000
commit57f2e0c8839578e57770cac1beca01880e8ae607 (patch)
treeda5ad69407ad163c20d469b57b38a050a6b444c8 /src/template.h
parent5e780f6e5aade64edc76722be739d2ec9dcd9b44 (diff)
* change control of debugging code from #ifdef to a new key "debug"
in the parameter table (default is still no debugging) * add some additional debugging code git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/AEILocalInterp/trunk@34 0f49ee68-0e4f-0410-9b9c-b2c123ded7ef
Diffstat (limited to 'src/template.h')
-rw-r--r--src/template.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/template.h b/src/template.h
index d1f9d92..3290cf2 100644
--- a/src/template.h
+++ b/src/template.h
@@ -29,9 +29,11 @@ int FUNCTION_NAME(/***** coordinate system *****/
int N_output_arrays,
const CCTK_INT output_array_type_codes[],
void* const output_arrays[],
- /***** operation info */
+ /***** operation info *****/
const CCTK_INT operand_indices[],
const CCTK_INT operation_codes[],
+ /***** debugging *****/
+ int debug,
/***** other return results *****/
struct error_info* error_info,
struct molecule_structure_flags* molecule_structure_flags,