mailr6444 - /1.3/sample_scripts/diff_tensor_pdb.py


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

Header


Content

Posted by edward on June 22, 2008 - 21:08:
Author: bugman
Date: Sun Jun 22 21:08:40 2008
New Revision: 6444

URL: http://svn.gna.org/viewcvs/relax?rev=6444&view=rev
Log:
Partial fix for bug #11860 (http://gna.org/bugs/?11860).

The partial fix was to change the force flag to a bool in the 
diff_tensor_pdb.py sample script.


Modified:
    1.3/sample_scripts/diff_tensor_pdb.py

Modified: 1.3/sample_scripts/diff_tensor_pdb.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/sample_scripts/diff_tensor_pdb.py?rev=6444&r1=6443&r2=6444&view=diff
==============================================================================
--- 1.3/sample_scripts/diff_tensor_pdb.py (original)
+++ 1.3/sample_scripts/diff_tensor_pdb.py Sun Jun 22 21:08:40 2008
@@ -12,7 +12,7 @@
 
 # Create the tensor PDB file.
 tensor_file = 'tensor.pdb'
-structure.create_diff_tensor_pdb(file=tensor_file, force=1)
+structure.create_diff_tensor_pdb(file=tensor_file, force=True)
 
 # PyMOL.
 pymol.view()




Related Messages


Powered by MHonArc, Updated Sun Jun 22 23:00:19 2008