diff options
author | Thomas White <taw@physics.org> | 2010-03-03 15:39:15 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-03-03 15:39:15 +0100 |
commit | bc4edcdaeae690a1d0d848e53b4f61286a1298ef (patch) | |
tree | 5629935847c910b7777468e26fd6c47e764aeb65 /src/cell.h | |
parent | 851c205e1a3d2bb059b3e045a73682eed0f605a3 (diff) |
Put many debug messages behind a --verbose option
Diffstat (limited to 'src/cell.h')
-rw-r--r-- | src/cell.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |