aboutsummaryrefslogtreecommitdiff
path: root/src/dirax.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-02-17 10:38:06 +0100
committerThomas White <taw@bitwiz.org.uk>2010-02-17 10:38:06 +0100
commit858aee656ef46d89bd26095bb88b28574cfe7212 (patch)
tree3b05880d816d0659e1b4564b246254b334ecb011 /src/dirax.c
parent055c12c8e43eaf8968f9bd16223cf807db9f076d (diff)
Cell matching improvements
Diffstat (limited to 'src/dirax.c')
-rw-r--r--src/dirax.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/dirax.c b/src/dirax.c
index 05023584..43becff4 100644
--- a/src/dirax.c
+++ b/src/dirax.c
@@ -98,10 +98,6 @@ static void dirax_parseline(const char *line, struct image *image)
sscanf(line, "%f %f %f %f %f %f", &d, &d, &d, &cx, &cy, &cz);
cell_set_cartesian_c(image->indexed_cell,
cx*1e-10, cy*1e-10, cz*1e-10);
- STATUS("--------------------\n");
- STATUS("The cell from DirAx:\n");
- cell_print(image->indexed_cell);
- STATUS("--------------------\n");
image->dirax_read_cell = 0;
return;
}