svn+ssh://bugman@.../svn/relax/trunk
........
r26367 | bugman | 2014-10-23 11:52:13 +0200 (Thu, 23 Oct 2014) | 5 lines
Fix for the checks in the new Structure.test_load_spins_multi_mol system test.
A spin index was incorrect.
........
r26368 | bugman | 2014-10-23 11:54:27 +0200 (Thu, 23 Oct 2014) | 8 lines
Fix for the structure.load_spins user function when the from_mols argument is used.
The load_spins_multi_mol() function of the pipe_control.structure.main module was incorrectly
handling the atomic position returned by the internal structural object atom_loop() method. This
position is a list of lists when multiple models are present. But when only a single model is
present, it returns a simple list.
........