svn+ssh://bugman@.../svn/relax/trunk
........
r23336 | bugman | 2014-05-22 15:39:21 +0200 (Thu, 22 May 2014) | 6 lines
Created the Structure.test_bug_22070_structure_superimpose_after_deletion system test.
This is to catch bug #22070 (https://gna.org/bugs/index.php?22070), the failure of the
structure.superimpose user function after deleting atoms with structure.delete.
........
r23337 | bugman | 2014-05-22 16:09:50 +0200 (Thu, 22 May 2014) | 6 lines
Added some checks to the Structure.test_bug_22070_structure_superimpose_after_deletion system test.
These tests reveal the real problem - that the atoms of the second model have not been removed by
the structure.delete user function.
........