mailr8601 - /branches/multi_structure/generic_fns/structure/api_base.py


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

Header


Content

Posted by edward on January 22, 2009 - 16:23:
Author: bugman
Date: Thu Jan 22 16:23:48 2009
New Revision: 8601

URL: http://svn.gna.org/viewcvs/relax?rev=8601&view=rev
Log:
Removed the last remnants of struct_index from the comments of from_xml().


Modified:
    branches/multi_structure/generic_fns/structure/api_base.py

Modified: branches/multi_structure/generic_fns/structure/api_base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/multi_structure/generic_fns/structure/api_base.py?rev=8601&r1=8600&r2=8601&view=diff
==============================================================================
--- branches/multi_structure/generic_fns/structure/api_base.py (original)
+++ branches/multi_structure/generic_fns/structure/api_base.py Thu Jan 22 
16:23:48 2009
@@ -195,7 +195,7 @@
         #    # Load the structure from file and path.
         #    if self.path[i]:
         #        try:
-        #            loaded = self.load_pdb(file_path=self.path[i] + sep + 
self.file[i], model=None, struct_index=i)
+        #            loaded = self.load_pdb(file_path=self.path[i] + sep + 
self.file[i], model=None)
         #        except RelaxError:
         #            loaded = False
         #    else:
@@ -204,14 +204,14 @@
         #    # Try without the path to search for the file in the current 
directory.
         #    if not loaded:
         #        try:
-        #            loaded = self.load_pdb(file_path=self.file[i], 
model=None, struct_index=i)
+        #            loaded = self.load_pdb(file_path=self.file[i], 
model=None)
         #        except RelaxError:
         #            loaded = False
 
         #    # Try in the path of the results file.
         #    if not loaded:
         #        try:
-        #            loaded = self.load_pdb(file_path=dir + sep + 
self.file[i], model=None, struct_index=i)
+        #            loaded = self.load_pdb(file_path=dir + sep + 
self.file[i], model=None)
         #        except RelaxError:
         #            loaded = False
 




Related Messages


Powered by MHonArc, Updated Thu Jan 22 16:40:03 2009