svn+ssh://bugman@.../svn/relax/1.3
........
r4426 | bugman | 2008-01-07 15:22:29 +0100 (Mon, 07 Jan 2008) | 3 lines
Converted all class methods of generic_fns.minimise() into functions following the new relax design.
........
r4427 | bugman | 2008-01-07 15:26:46 +0100 (Mon, 07 Jan 2008) | 5 lines
Removed all of the modules for setting the nucleus type.
This has been shifted into the value.set() user function instead.
........
r4428 | bugman | 2008-01-07 15:30:32 +0100 (Mon, 07 Jan 2008) | 6 lines
Bug fixes for all the system tests trying to set the nucleus type.
The call to self.relax.interpreter._Nuclei.nuclei() has been replaced with a call to
self.relax.interpreter._Value.set().
........