diff options
author | Thomas White <taw@physics.org> | 2010-04-16 19:17:44 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-04-16 19:17:44 +0200 |
commit | d0ef10cc38b8abda688d3024c6f60a8e9074cb7e (patch) | |
tree | 2a7b579e478922e0a8227a39811625648f49dfe0 /src/cell.h | |
parent | 78746ef335facbab77765ecda7113b7a18417f91 (diff) |
Tidy up, DS9K compatibility
Diffstat (limited to 'src/cell.h')
-rw-r--r-- | src/cell.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |