mailr6148 - /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 May 20, 2008 - 11:21:
Author: bugman
Date: Tue May 20 11:21:11 2008
New Revision: 6148

URL: http://svn.gna.org/viewcvs/relax?rev=6148&view=rev
Log:
Renamed load_structures() to load_pdb() in the Scientific python PDB 
structural object.


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=6148&r1=6147&r2=6148&view=diff
==============================================================================
--- 1.3/generic_fns/structure/scientific.py (original)
+++ 1.3/generic_fns/structure/scientific.py Tue May 20 11:21:11 2008
@@ -413,7 +413,7 @@
         return vectors
 
 
-    def load_structures(self, file_path, model=None, verbosity=False):
+    def load_pdb(self, file_path, model=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 Tue May 20 11:40:17 2008