diff options
author | Thomas White <taw@physics.org> | 2010-11-22 16:23:22 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:06 +0100 |
commit | db4b4370b759dff84ec0737dcefa1d61364135c0 (patch) | |
tree | 1326e68d2699772f2a49fd17b12ca193d2f84907 /src/post-refinement.h | |
parent | dc16cc44c7ec1c775c55b813a7ea9ec17b16f656 (diff) |
Add refinement of unit cell and orientation
Diffstat (limited to 'src/post-refinement.h')
-rw-r--r-- | src/post-refinement.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/post-refinement.h b/src/post-refinement.h index 660530e9..983ecc28 100644 --- a/src/post-refinement.h +++ b/src/post-refinement.h @@ -28,6 +28,15 @@ enum { REF_SCALE, REF_DIV, REF_R, + REF_ASX, + REF_BSX, + REF_CSX, + REF_ASY, + REF_BSY, + REF_CSY, + REF_ASZ, + REF_BSZ, + REF_CSZ, NUM_PARAMS }; |