diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-02-12 16:14:08 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2010-02-17 10:36:28 +0100 |
commit | bbd715163e65db08f99b197d4bd736bd35417e98 (patch) | |
tree | fc80a595dfda056dfdda9918bd1b77a1f371ee68 /src/cell.c | |
parent | 46c61f3a55b59f4388977d5221827e3f6cc9db0f (diff) |
Display the cell from DirAx
Diffstat (limited to 'src/cell.c')
-rw-r--r-- | src/cell.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -314,7 +314,7 @@ void cell_get_reciprocal(UnitCell *cell, } -static void cell_print(UnitCell *cell) +void cell_print(UnitCell *cell) { double asx, asy, asz; double bsx, bsy, bsz; |