diff options
author | Thomas White <taw@physics.org> | 2013-01-04 17:32:24 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-01-04 17:32:24 +0100 |
commit | 10a8969c10ac739aa2aa3de826f6bf2aa9940262 (patch) | |
tree | 823e83bf53aa31d94079b37065b09ae73bf057ba /libcrystfel/src/cell-utils.h | |
parent | b227f195cd8e3dfeae0212b1de7bdcb5a6fc837a (diff) |
Tidy up documentation
Diffstat (limited to 'libcrystfel/src/cell-utils.h')
-rw-r--r-- | libcrystfel/src/cell-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/cell-utils.h b/libcrystfel/src/cell-utils.h index f92ab22d..8eb08ca7 100644 --- a/libcrystfel/src/cell-utils.h +++ b/libcrystfel/src/cell-utils.h @@ -55,7 +55,7 @@ extern int cell_is_sensible(UnitCell *cell); extern int validate_cell(UnitCell *cell); -extern UnitCell *uncenter_cell(UnitCell *in, UnitCellTransformation **tr); +extern UnitCell *uncenter_cell(UnitCell *in, UnitCellTransformation **t); extern int bravais_lattice(UnitCell *cell); |