aboutsummaryrefslogtreecommitdiff
path: root/src/cell.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-03-03 15:39:15 +0100
committerThomas White <taw@physics.org>2010-03-03 15:39:15 +0100
commitbc4edcdaeae690a1d0d848e53b4f61286a1298ef (patch)
tree5629935847c910b7777468e26fd6c47e764aeb65 /src/cell.h
parent851c205e1a3d2bb059b3e045a73682eed0f605a3 (diff)
Put many debug messages behind a --verbose option
Diffstat (limited to 'src/cell.h')
-rw-r--r--src/cell.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cell.h b/src/cell.h
index db5cab0b..4c74b283 100644
--- a/src/cell.h
+++ b/src/cell.h
@@ -74,6 +74,6 @@ extern double resolution(UnitCell *cell,
extern void cell_print(UnitCell *cell);
-extern UnitCell *match_cell(UnitCell *cell, UnitCell *template);
+extern UnitCell *match_cell(UnitCell *cell, UnitCell *template, int verbose);
#endif /* CELL_H */