From e7253737e57645168089fa2ec417c8994a28606b Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 16 Oct 2009 17:13:03 +0200 Subject: Remove unnecessary debugging output --- src/cell.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/cell.c') diff --git a/src/cell.c b/src/cell.c index caba187e..7f726fab 100644 --- a/src/cell.c +++ b/src/cell.c @@ -205,11 +205,4 @@ void cell_get_reciprocal(UnitCell *cell, *asz = gsl_matrix_get(inv, 2, 0); *bsz = gsl_matrix_get(inv, 2, 1); *csz = gsl_matrix_get(inv, 2, 2); - - printf("a* = %+8.5f %+8.5f %+8.5f nm^-1\n", - *asx/1e9, *asy/1e9, *asz/1e9); - printf("b* = %+8.5f %+8.5f %+8.5f nm^-1\n", - *bsx/1e9, *bsy/1e9, *bsz/1e9); - printf("c* = %+8.5f %+8.5f %+8.5f nm^-1\n", - *csx/1e9, *csy/1e9, *csz/1e9); } -- cgit v1.2.3