svn+ssh://bugman@.../svn/relax/trunk
........
r18657 | bugman | 2013-03-06 11:11:05 +0100 (Wed, 06 Mar 2013) | 8 lines
Removed the prune parameter from the backend of the monte_carlo.error_analysis user function.
This was a dangerous parameter used to mimic the 'Trim' parameter from the Modelfree4 program. The
result is bad statistics. The probable reason for the 'Trim' parameter was the failure of
model-free models in the simulations, but this issue was solved using model elimination (see
http://www.nmr-relax.com/refs.html#dAuvergneGooley06).
........
r18659 | bugman | 2013-03-06 17:33:01 +0100 (Wed, 06 Mar 2013) | 5 lines
Created the Structure.test_read_xyz_strychnine system test to demonstrate a bug in the XYZ parser.
This is for the reading of XYZ structure files.
........
r18660 | bugman | 2013-03-06 17:37:24 +0100 (Wed, 06 Mar 2013) | 6 lines
Bug fix for the XYZ 3D structure file reader.
The atom name is now correctly set up for each atom in the file. The element type setting has also
been simplified.
........