diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-01-26 17:57:44 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:12 +0100 |
commit | e3a2807bedf1a1a9e25923ee9bc0db653c4c4033 (patch) | |
tree | c8bb22ff1ab2b38e37fa70d545c6bdcc0cf0e7b7 /src/cell.h | |
parent | eb24fd94de4e5d59b691acf0b1bfd43de64d66c1 (diff) |
Fix many small memory leaks
Diffstat (limited to 'src/cell.h')
-rw-r--r-- | src/cell.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -50,6 +50,8 @@ 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); extern int cell_get_parameters(UnitCell *cell, double *a, double *b, double *c, |