aboutsummaryrefslogtreecommitdiff
path: root/src/cell.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2009-11-27 17:44:19 +0100
committerThomas White <taw@physics.org>2009-11-27 17:44:19 +0100
commitc253b180f8970b380345e900f17d799e97de5d93 (patch)
tree17682243ca381b51bae40b3cb65bff0a4c791792 /src/cell.c
parentef92cb3eebfb74c865cf0e10266ba8c46ffc8a9a (diff)
Macros for status and error messages
Diffstat (limited to 'src/cell.c')
-rw-r--r--src/cell.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/cell.c b/src/cell.c
index 6fc29e56..49eb4b49 100644
--- a/src/cell.c
+++ b/src/cell.c
@@ -76,13 +76,6 @@ static void cell_update_crystallographic(UnitCell *cell)
cell->cx, cell->cy, cell->cz);
cell->gamma = angle_between(cell->ax, cell->ay, cell->az,
cell->bx, cell->by, cell->bz);
-
- printf("a=%f nm\n", cell->a/1e9);
- printf("b=%f nm\n", cell->b/1e9);
- printf("c=%f nm\n", cell->c/1e9);
- printf("alpha = %f deg\n", rad2deg(cell->alpha));
- printf(" beta = %f deg\n", rad2deg(cell->beta));
- printf("gamma = %f deg\n", rad2deg(cell->gamma));
}