mailr23525 - in /branches/frame_order_cleanup: ./ user_functions/dx.py


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

Header


Content

Posted by edward on May 28, 2014 - 16:45:
Author: bugman
Date: Wed May 28 16:45:46 2014
New Revision: 23525

URL: http://svn.gna.org/viewcvs/relax?rev=23525&view=rev
Log:
Merged revisions 23498 via svnmerge from 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/trunk

........
  r23498 | tlinnet | 2014-05-28 11:28:32 +0200 (Wed, 28 May 2014) | 1 line
  
  Added dim dimensions to match the x,y,z positions for GUI input in user 
function dx.map.
........

Modified:
    branches/frame_order_cleanup/   (props changed)
    branches/frame_order_cleanup/user_functions/dx.py

Propchange: branches/frame_order_cleanup/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Wed May 28 16:45:46 2014
@@ -1 +1 @@
-/trunk:1-23493,23495-23497
+/trunk:1-23493,23495-23498

Modified: branches/frame_order_cleanup/user_functions/dx.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/user_functions/dx.py?rev=23525&r1=23524&r2=23525&view=diff
==============================================================================
--- branches/frame_order_cleanup/user_functions/dx.py   (original)
+++ branches/frame_order_cleanup/user_functions/dx.py   Wed May 28 16:45:46 
2014
@@ -177,6 +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 = (3, 3)
 )
 uf.add_keyarg(
     name = "point_file",




Related Messages


Powered by MHonArc, Updated Wed May 28 17:00:03 2014