summaryrefslogtreecommitdiff
path: root/crystal.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-03-04 23:22:32 +0000
committerThomas White <taw@bitwiz.org.uk>2009-03-04 23:23:00 +0000
commita0a8c6218d027dd4b8b877cd9941a55fc6b4de65 (patch)
treee1c4e07803b33c1a72f26d19c9a6016c9915fb42 /crystal.h
parent219f63c4bcbf877a41a70c6fd37ac63bd90b85b6 (diff)
Add a unit test program
Diffstat (limited to 'crystal.h')
-rw-r--r--crystal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crystal.h b/crystal.h
index 5c38da8..21dc5c8 100644
--- a/crystal.h
+++ b/crystal.h
@@ -29,5 +29,8 @@ typedef struct
/* Return what the measurement 'val' would have been if the cell were 'cell' */
extern double crystal_calc(MVal val, Cell cell);
+extern double dspacing(Cell cell, double h, double k, double l);
+extern double plane_angle(Cell cell, double h1, double k1, double l1,
+ double h2, double k2, double l2);
#endif /* CRYSTAL_H */