From 21b67e8dc422ee5f437bf2e31c5616982fc41c98 Mon Sep 17 00:00:00 2001 From: Alexandra Tolstikova Date: Wed, 11 Feb 2015 16:18:18 +0100 Subject: Move cell_get_volume from asdf.c to cell_utils.c --- libcrystfel/src/cell-utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libcrystfel/src/cell-utils.h') diff --git a/libcrystfel/src/cell-utils.h b/libcrystfel/src/cell-utils.h index 0b900096..98bc667c 100644 --- a/libcrystfel/src/cell-utils.h +++ b/libcrystfel/src/cell-utils.h @@ -74,6 +74,8 @@ extern LatticeType lattice_from_str(const char *s); extern int forbidden_reflection(UnitCell *cell, signed int h, signed int k, signed int l); +extern double cell_get_volume(UnitCell *cell); + #ifdef __cplusplus } #endif -- cgit v1.2.3