mailr14319 - /branches/gui_testing/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 August 10, 2011 - 18:39:
Author: bugman
Date: Wed Aug 10 18:39:06 2011
New Revision: 14319

URL: http://svn.gna.org/viewcvs/relax?rev=14319&view=rev
Log:
Fix for the structure.read_pdb user function because of the changes to the 
molmol module.


Modified:
    branches/gui_testing/generic_fns/structure/main.py

Modified: branches/gui_testing/generic_fns/structure/main.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/generic_fns/structure/main.py?rev=14319&r1=14318&r2=14319&view=diff
==============================================================================
--- branches/gui_testing/generic_fns/structure/main.py (original)
+++ branches/gui_testing/generic_fns/structure/main.py Wed Aug 10 18:39:06 
2011
@@ -323,7 +323,7 @@
     cdp.structure.load_pdb(file_path, read_mol=read_mol, 
set_mol_name=set_mol_name, read_model=read_model, 
set_model_num=set_model_num, verbosity=verbosity)
 
     # Load into Molmol (if running).
-    molmol.open_pdb()
+    molmol.molmol_obj.open_pdb()
 
 
 def set_vector(spin=None, xh_vect=None):




Related Messages


Powered by MHonArc, Updated Wed Aug 10 19:00:02 2011