aboutsummaryrefslogtreecommitdiff
path: root/src/cell.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-04-01 10:45:02 +0200
committerThomas White <taw@physics.org>2010-04-01 10:45:02 +0200
commit254e11e52d05407b08e71066dfd914660f93e3d4 (patch)
tree43b4c4f12c963a5fc1dd8b25659cff259a127e14 /src/cell.h
parent1bd591d26f492fb32c1a06d430ee0c65894d04a1 (diff)
Check lots of GSL error codes
Diffstat (limited to 'src/cell.h')
-rw-r--r--src/cell.h2
1 files changed, 1 insertions, 1 deletions
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);