aboutsummaryrefslogtreecommitdiff
path: root/src/template.h
diff options
context:
space:
mode:
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,