diff options
author | Thomas White <taw@physics.org> | 2014-09-19 16:13:01 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-09-19 16:23:39 +0200 |
commit | 75befca053175140143e916337530b77a5fa4f8f (patch) | |
tree | a337948ea6d3f5e02e1d5b60fc61667f1b9f98ab /libcrystfel/src/cell.h | |
parent | 6a6cb3b4d7f15c234a79ff8421a0ae5c1a1dcb2a (diff) |
Remove cell_{get,set}_pointgroup() from API
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 eecf6007..919933b7 100644 --- a/libcrystfel/src/cell.h +++ b/libcrystfel/src/cell.h @@ -130,7 +130,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_pointgroup(UnitCell *cell, const char *sym); extern int cell_get_parameters(UnitCell *cell, double *a, double *b, double *c, @@ -151,8 +150,6 @@ extern void cell_set_reciprocal(UnitCell *cell, double bsx, double bsy, double bsz, double csx, double csy, double csz); -extern const char *cell_get_pointgroup(UnitCell *cell); - extern LatticeType cell_get_lattice_type(UnitCell *cell); extern void cell_set_lattice_type(UnitCell *cell, LatticeType lattice_type); |