svn+ssh://bugman@.../svn/relax/trunk
........
r18513 | bugman | 2013-02-20 09:57:26 +0100 (Wed, 20 Feb 2013) | 5 lines
The spectrometer frequency is now set in the Mf.test_bug_20531_molmol_macro_write_relaxfault system test.
This is needed for the Rex scaling.
........
r18514 | bugman | 2013-02-20 10:03:36 +0100 (Wed, 20 Feb 2013) | 8 lines
Fix for the classic_style() method of the model-free specific Macro class.
This was identified by the new Mf.test_bug_20531_molmol_macro_write_relaxfault system test, but
would probably never be encountered by users. It is not related to the bug this test is trying to
catch. The problem is if spins have model-free parameters set up but there is no model-free model
initialised - then the Molmol and PyMOL macro creation would fail.
........