mailr6150 - /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 May 20, 2008 - 11:28:
Author: bugman
Date: Tue May 20 11:28:54 2008
New Revision: 6150

URL: http://svn.gna.org/viewcvs/relax?rev=6150&view=rev
Log:
Renamed a call to load_structures() 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=6150&r1=6149&r2=6150&view=diff
==============================================================================
--- 1.3/generic_fns/structure/main.py (original)
+++ 1.3/generic_fns/structure/main.py Tue May 20 11:28:54 2008
@@ -177,7 +177,7 @@
         cdp.structure = Scientific_data()
 
     # Load the structures.
-    cdp.structure.load_structures(file_path, model, verbosity)
+    cdp.structure.load_pdb(file_path, model, verbosity)
 
     # Load into Molmol (if running).
     molmol.open_pdb()




Related Messages


Powered by MHonArc, Updated Tue May 20 11:40:17 2008