mailr7412 - /1.3/generic_fns/structure/main.py


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

Header


Content

Posted by edward on September 27, 2008 - 16:45:
Author: bugman
Date: Sat Sep 27 16:45:22 2008
New Revision: 7412

URL: http://svn.gna.org/viewcvs/relax?rev=7412&view=rev
Log:
Fixed the call to load_pdb().


Modified:
    1.3/generic_fns/structure/main.py

Modified: 1.3/generic_fns/structure/main.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/structure/main.py?rev=7412&r1=7411&r2=7412&view=diff
==============================================================================
--- 1.3/generic_fns/structure/main.py (original)
+++ 1.3/generic_fns/structure/main.py Sat Sep 27 16:45:22 2008
@@ -199,7 +199,7 @@
             cdp.structure = Internal()
 
     # Load the structures.
-    cdp.structure.load_pdb(file_path, model, verbosity)
+    cdp.structure.load_pdb(file_path, model, verbosity=verbosity)
 
     # Load into Molmol (if running).
     molmol.open_pdb()




Related Messages


Powered by MHonArc, Updated Sat Sep 27 17:00:07 2008