mailr23514 - /trunk/user_functions/dx.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by tlinnet on May 28, 2014 - 15:05:
Author: tlinnet
Date: Wed May 28 15:05:21 2014
New Revision: 23514

URL: http://svn.gna.org/viewcvs/relax?rev=23514&view=rev
Log:
Reverted r23508-23507 as the correct is dimensions (None, 3) for x,y,x 
positions.

The command used was:
svn merge -r23508:23507 .

.....
    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.

    Modified:
        trunk/user_functions/dx.py
.....


Modified:
    trunk/user_functions/dx.py

Modified: trunk/user_functions/dx.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/user_functions/dx.py?rev=23514&r1=23513&r2=23514&view=diff
==============================================================================
--- trunk/user_functions/dx.py  (original)
+++ trunk/user_functions/dx.py  Wed May 28 15:05:21 2014
@@ -177,7 +177,7 @@
     desc_short = "highlight points in the space",
     desc = "This argument allows specific points in the optimisation space 
to be displayed as coloured spheres.  This can be used to highlight a minimum 
or other any other feature of the space.  Either a single point or a list of 
points can be supplied.  Each point is a list of floating point numbers in 
the form [x, y, z]",
     can_be_none = True,
-    dim = (None, 4)
+    dim = (None, 3)
 )
 uf.add_keyarg(
     name = "point_file",




Related Messages


Powered by MHonArc, Updated Wed May 28 15:40:02 2014