aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cell_explorer.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cell_explorer.c b/src/cell_explorer.c
index 446aec5d..812e16d5 100644
--- a/src/cell_explorer.c
+++ b/src/cell_explorer.c
@@ -2040,6 +2040,9 @@ int main(int argc, char *argv[])
}
w.cells[w.n_cells] = crystal_get_cell(cr);
+ if ( !right_handed(w.cells[w.n_cells]) ) {
+ ERROR("WARNING: Left-handed cell encountered\n");
+ }
w.indms[w.n_cells] = cur.indexed_by;
w.n_cells++;