From bc4edcdaeae690a1d0d848e53b4f61286a1298ef Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 3 Mar 2010 15:39:15 +0100 Subject: Put many debug messages behind a --verbose option --- src/cell.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cell.h') 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 */ -- cgit v1.2.3