diff options
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, |