From 254e11e52d05407b08e71066dfd914660f93e3d4 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 1 Apr 2010 10:45:02 +0200 Subject: Check lots of GSL error codes --- src/cell.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cell.h') diff --git a/src/cell.h b/src/cell.h index 924cb0ef..a9f71fb9 100644 --- a/src/cell.h +++ b/src/cell.h @@ -65,7 +65,7 @@ extern void cell_set_cartesian_a(UnitCell *cell, double ax, double ay, double az extern void cell_set_cartesian_b(UnitCell *cell, double bx, double by, double bz); extern void cell_set_cartesian_c(UnitCell *cell, double cx, double cy, double cz); -extern void cell_get_reciprocal(UnitCell *cell, +extern int cell_get_reciprocal(UnitCell *cell, double *asx, double *asy, double *asz, double *bsx, double *bsy, double *bsz, double *csx, double *csy, double *csz); -- cgit v1.2.3