svn+ssh://bugman@.../svn/relax/trunk
........
r21332 | bugman | 2013-10-29 18:25:14 +0100 (Tue, 29 Oct 2013) | 17 lines
Reverted r21330 as this fix was not correct.
The command used was:
svn merge -r21330:r21329 .
.....
r21330 | bugman | 2013-10-29 17:57:36 +0100 (Tue, 29 Oct 2013) | 6 lines
Changed paths:
M /trunk/user_functions/structure.py
Fix for a fatal bug in the rarely used structure.add_atom user function.
The position argument in the user function definitions was incorrectly defined causing the user
function to be non-functional.
.....
........
r21333 | bugman | 2013-10-29 18:27:40 +0100 (Tue, 29 Oct 2013) | 5 lines
Proper fix for the structure.add_atom user function.
The 'float_object' argument type is now supported in the GUI.
........