mailr7405 - /1.3/generic_fns/structure/scientific.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:29:
Author: bugman
Date: Sat Sep 27 16:29:54 2008
New Revision: 7405

URL: http://svn.gna.org/viewcvs/relax?rev=7405&view=rev
Log:
Added the missing struct_index to load_pdb().


Modified:
    1.3/generic_fns/structure/scientific.py

Modified: 1.3/generic_fns/structure/scientific.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/structure/scientific.py?rev=7405&r1=7404&r2=7405&view=diff
==============================================================================
--- 1.3/generic_fns/structure/scientific.py (original)
+++ 1.3/generic_fns/structure/scientific.py Sat Sep 27 16:29:54 2008
@@ -513,7 +513,7 @@
         return data
 
 
-    def load_pdb(self, file_path, model=None, verbosity=False):
+    def load_pdb(self, file_path, model=None, struct_index=None, 
verbosity=False):
         """Function for loading the structures from the PDB file.
 
         @param file_path:       The full path of the file.




Related Messages


Powered by MHonArc, Updated Sat Sep 27 16:40:02 2008