mailr21332 - /trunk/user_functions/structure.py


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

Header


Content

Posted by edward on October 29, 2013 - 18:25:
Author: bugman
Date: Tue Oct 29 18:25:14 2013
New Revision: 21332

URL: http://svn.gna.org/viewcvs/relax?rev=21332&view=rev
Log:
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.
.....


Modified:
    trunk/user_functions/structure.py

Modified: trunk/user_functions/structure.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/user_functions/structure.py?rev=21332&r1=21331&r2=21332&view=diff
==============================================================================
--- trunk/user_functions/structure.py (original)
+++ trunk/user_functions/structure.py Tue Oct 29 18:25:14 2013
@@ -74,7 +74,7 @@
 )
 uf.add_keyarg(
     name = "pos",
-    py_type = "float",
+    py_type = "float_object",
     desc_short = "atomic position",
     desc = "The atomic coordinates."
 )




Related Messages


Powered by MHonArc, Updated Tue Oct 29 18:40:02 2013