diff options
Diffstat (limited to 'libcrystfel/src/cell.h')
-rw-r--r-- | libcrystfel/src/cell.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libcrystfel/src/cell.h b/libcrystfel/src/cell.h index e4e9d6ce..4e90a8ad 100644 --- a/libcrystfel/src/cell.h +++ b/libcrystfel/src/cell.h @@ -93,7 +93,6 @@ extern void cell_set_parameters(UnitCell *cell, double a, double b, double c, 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_set_spacegroup(UnitCell *cell, const char *sym); extern void cell_set_pointgroup(UnitCell *cell, const char *sym); @@ -117,8 +116,6 @@ extern void cell_set_reciprocal(UnitCell *cell, extern const char *cell_get_pointgroup(UnitCell *cell); -extern const char *cell_get_spacegroup(UnitCell *cell); - extern LatticeType cell_get_lattice_type(UnitCell *cell); extern void cell_set_lattice_type(UnitCell *cell, LatticeType lattice_type); |