mailr13416 - /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 04, 2011 - 14:35:
Author: han87
Date: Mon Jul  4 14:35:25 2011
New Revision: 13416

URL: http://svn.gna.org/viewcvs/relax?rev=13416&view=rev
Log:
Changing the keyword argument 

The argument of the keyword 'unit' in the function 'vectors' in 
'prompt/structure.py' has been changed from 'True' to 'False'.

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=13416&r1=13415&r2=13416&view=diff
==============================================================================
--- branches/xyz/prompt/structure.py (original)
+++ branches/xyz/prompt/structure.py Mon Jul  4 14:35:25 2011
@@ -580,7 +580,7 @@
 
 
 
-    def vectors(self, attached='H', spin_id=None, model=None, verbosity=1, 
ave=True, unit=True):
+    def vectors(self, attached='H', spin_id=None, model=None, verbosity=1, 
ave=True, unit=False):
         """Extract and store the bond vectors from the loaded structures in 
the spin container.
 
         Keyword arguments




Related Messages


Powered by MHonArc, Updated Mon Jul 04 15:00:02 2011