diff options
author | Thomas White <taw@physics.org> | 2010-03-17 14:09:49 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-03-17 14:09:49 +0100 |
commit | 274a5e2803eb3afe0d53b27c6078ef4495d587a0 (patch) | |
tree | a1bc21d37e94ff5450cddc148cd33227b30f94ad /src/cell.h | |
parent | f38be837bd33dfc4d98d251b2e81d5fa555a4f5c (diff) |
Fix various memory leaks and tidy a few things
Diffstat (limited to 'src/cell.h')
-rw-r--r-- | src/cell.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ typedef struct { } UnitCell; extern UnitCell *cell_new(void); +extern UnitCell *cell_new_from_cell(UnitCell *orig); /* Lengths in m, angles in radians */ extern UnitCell *cell_new_from_parameters(double a, double b, double c, |