mailr2615 - /1.3/prompt/pdb.py


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

Header


Content

Posted by edward on October 12, 2006 - 05:29:
Author: bugman
Date: Thu Oct 12 05:29:26 2006
New Revision: 2615

URL: http://svn.gna.org/viewcvs/relax?rev=2615&view=rev
Log:
The user function 'pdb.read()' still was accepting the arguements 
heteronuc='N' and proton='H'.

The code of the user function was not using these or passing them on.  They 
have now been removed.


Modified:
    1.3/prompt/pdb.py

Modified: 1.3/prompt/pdb.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/prompt/pdb.py?rev=2615&r1=2614&r2=2615&view=diff
==============================================================================
--- 1.3/prompt/pdb.py (original)
+++ 1.3/prompt/pdb.py Thu Oct 12 05:29:26 2006
@@ -38,7 +38,7 @@
         self.__relax__ = relax
 
 
-    def read(self, run=None, file=None, dir=None, model=None, heteronuc='N', 
proton='H', load_seq=1):
+    def read(self, run=None, file=None, dir=None, model=None, load_seq=1):
         """The pdb loading function.
 
         Keyword Arguments




Related Messages


Powered by MHonArc, Updated Thu Oct 12 05:40:05 2006