diff options
author | Thomas White <taw@physics.org> | 2010-09-08 12:22:37 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:26:57 +0100 |
commit | c81d04eb776260f4499f3f3824bc5d02e42ef58c (patch) | |
tree | 83a57f955a65d65e5c65016662f5a7230cc5fe0d /src/cell.h | |
parent | 9526f8c65df5fdb21247b57cd414c258375dc798 (diff) |
Fix unit cell point group memory leak
Diffstat (limited to 'src/cell.h')
-rw-r--r-- | src/cell.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ typedef struct _unitcell UnitCell; extern UnitCell *cell_new(void); extern UnitCell *cell_new_from_cell(UnitCell *orig); +extern void cell_free(UnitCell *cell); /* Lengths in m, angles in radians */ extern UnitCell *cell_new_from_parameters(double a, double b, double c, |