aboutsummaryrefslogtreecommitdiff
path: root/src/cell.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-04-16 19:17:44 +0200
committerThomas White <taw@physics.org>2010-04-16 19:17:44 +0200
commitd0ef10cc38b8abda688d3024c6f60a8e9074cb7e (patch)
tree2a7b579e478922e0a8227a39811625648f49dfe0 /src/cell.h
parent78746ef335facbab77765ecda7113b7a18417f91 (diff)
Tidy up, DS9K compatibility
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 a9f71fb9..ec8a063f 100644
--- a/src/cell.h
+++ b/src/cell.h
@@ -54,7 +54,7 @@ extern void cell_set_parameters(UnitCell *cell, double a, double b, double c,
double alpha, double beta, double gamma);
extern void cell_get_parameters(UnitCell *cell, double *a, double *b, double *c,
- double *alpha, double *beta, double *gamma);
+ double *alpha, double *beta, double *gamma);
extern void cell_get_cartesian(UnitCell *cell,
double *ax, double *ay, double *az,