svn+ssh://bugman@.../svn/relax/trunk
........
r23506 | bugman | 2014-05-28 12:04:15 +0200 (Wed, 28 May 2014) | 5 lines
Expanded the User_functions.test_structure_rotate GUI test.
This is to more extensively check the 'float_matrix' user function argument type in the GUI.
........
r23507 | tlinnet | 2014-05-28 12:04:27 +0200 (Wed, 28 May 2014) | 3 lines
Modified the dim dimensions to (None, 3) to allow the user to change number of points in the GUI.
This is for the user function dx.map.
........
r23508 | tlinnet | 2014-05-28 12:09:37 +0200 (Wed, 28 May 2014) | 5 lines
Modified the dim dimensions to (None, 4) to allow the user to change number of points in the GUI.
THe first dimension was used as a counter, the last 3 dimensions is for x,y,z position.
This is for the user function dx.map.
........