diff options
author | Thomas White <taw@physics.org> | 2009-11-27 17:44:19 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2009-11-27 17:44:19 +0100 |
commit | c253b180f8970b380345e900f17d799e97de5d93 (patch) | |
tree | 17682243ca381b51bae40b3cb65bff0a4c791792 /src/cell.c | |
parent | ef92cb3eebfb74c865cf0e10266ba8c46ffc8a9a (diff) |
Macros for status and error messages
Diffstat (limited to 'src/cell.c')
-rw-r--r-- | src/cell.c | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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)); } |