svn+ssh://bugman@.../svn/relax/1.3
........
r13926 | bugman | 2011-07-27 16:01:22 +0200 (Wed, 27 Jul 2011) | 5 lines
The create_molecule, create_residue, and create_spin functions now returned the created container.
This should not affect any of the current code using these, as normally None would be returned.
........
r13927 | bugman | 2011-07-27 16:05:49 +0200 (Wed, 27 Jul 2011) | 6 lines
Invisible fix for the test_opendx_theta_phi_da() system test.
The spins are extracted from the structure, so they don't need to be read from the relaxation data
file as well. This is causing problems in the xyz branch, but is not an issue in the main line.
........
r13929 | bugman | 2011-07-27 16:15:41 +0200 (Wed, 27 Jul 2011) | 3 lines
Modified the create_spin() function to overwrite the first spin if empty.
........