mailr13934 - /branches/xyz/prompt/structure.py


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

Header


Content

Posted by hasu on July 27, 2011 - 17:59:
Author: han87
Date: Wed Jul 27 17:59:07 2011
New Revision: 13934

URL: http://svn.gna.org/viewcvs/relax?rev=13934&view=rev
Log:
Changing the value of the unit arg in the function 'vectors' in 
'prompt/structure.py'

The argument of the keyword 'unit' in the function 'vectors' in 
'prompt/structure.py' has been changed back from 'False' to 'True' since it 
causes many test failure. 


Modified:
    branches/xyz/prompt/structure.py

Modified: branches/xyz/prompt/structure.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/xyz/prompt/structure.py?rev=13934&r1=13933&r2=13934&view=diff
==============================================================================
--- branches/xyz/prompt/structure.py (original)
+++ branches/xyz/prompt/structure.py Wed Jul 27 17:59:07 2011
@@ -580,7 +580,7 @@
 
 
 
-    def vectors(self, attached='H', spin_id=None, model=None, verbosity=1, 
ave=True, unit=False):
+    def vectors(self, attached='H', spin_id=None, model=None, verbosity=1, 
ave=True, unit=True):
         """Extract and store the bond vectors from the loaded structures in 
the spin container.
 
         Keyword arguments




Related Messages


Powered by MHonArc, Updated Wed Jul 27 18:40:02 2011