diff options
author | Thomas White <taw@physics.org> | 2012-09-11 19:35:28 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-10-02 15:02:12 +0200 |
commit | ead022103e361778e150cce750db68b452f5753c (patch) | |
tree | e21e5dd814cf2b3d79400c707792196f35ae3ed4 /libcrystfel/src/cell.h | |
parent | 1363184f920a18fc560ad028a29ffcaa3148d93e (diff) |
Implementation of UnitCellTransformation
Diffstat (limited to 'libcrystfel/src/cell.h')
-rw-r--r-- | libcrystfel/src/cell.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/cell.h b/libcrystfel/src/cell.h index e5c98ace..ac1bd555 100644 --- a/libcrystfel/src/cell.h +++ b/libcrystfel/src/cell.h @@ -144,6 +144,7 @@ extern UnitCellTransformation *tfn_identity(void); extern void tfn_combine(UnitCellTransformation *t, double *na, double *nb, double *nc); extern void tfn_print(UnitCellTransformation *t); +extern UnitCellTransformation *tfn_inverse(UnitCellTransformation *t); extern double *tfn_vector(double a, double b, double c); #endif /* CELL_H */ |