From e3a2807bedf1a1a9e25923ee9bc0db653c4c4033 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 26 Jan 2011 17:57:44 +0100 Subject: Fix many small memory leaks --- src/cell.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cell.h') diff --git a/src/cell.h b/src/cell.h index 5e9facb0..17990e2c 100644 --- a/src/cell.h +++ b/src/cell.h @@ -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, -- cgit v1.2.3