diff options
author | Thomas White <taw@physics.org> | 2013-07-30 11:46:38 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-07-31 17:09:35 +0200 |
commit | 872fe94e12f7d8dca3abfa60559919fadbe60181 (patch) | |
tree | f2987544a20f0e8256ae934ef666127a80e1bbad /src/post-refinement.h | |
parent | a8b646119996c297fbdb7e044c776d7bf4fef21a (diff) |
Revert refinement step if too many reflections are lost
Diffstat (limited to 'src/post-refinement.h')
-rw-r--r-- | src/post-refinement.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/post-refinement.h b/src/post-refinement.h index f565a880..5e0c184f 100644 --- a/src/post-refinement.h +++ b/src/post-refinement.h @@ -43,7 +43,8 @@ #include "geometry.h" -/* Refineable parameters */ +/* Refineable parameters. + * Don't forget to add new things to backup_crystal() et al.! */ enum { REF_ASX, REF_ASY, |