mailr6163 - /1.3/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 May 20, 2008 - 16:05:
Author: bugman
Date: Tue May 20 15:51:16 2008
New Revision: 6163

URL: http://svn.gna.org/viewcvs/relax?rev=6163&view=rev
Log:
Updated the structural API terminate() method.


Modified:
    1.3/generic_fns/structure/api_base.py

Modified: 1.3/generic_fns/structure/api_base.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/structure/api_base.py?rev=6163&r1=6162&r2=6163&view=diff
==============================================================================
--- 1.3/generic_fns/structure/api_base.py (original)
+++ 1.3/generic_fns/structure/api_base.py Tue May 20 15:51:16 2008
@@ -213,14 +213,8 @@
         return len(self.structural_data)
 
 
-    def terminate(self, atom_id_ext='', res_num=None):
-        """Prototype method stub for terminating the structural chain.
-
-        @param atom_id_ext:     The atom identifier extension.
-        @type atom_id_ext:      str
-        @param res_num:         The residue number.
-        @type res_num:          int
-        """
+    def terminate(self):
+        """Prototype method stub for terminating the structural chain."""
 
         # Raise the error.
         raise RelaxImplementError




Related Messages


Powered by MHonArc, Updated Tue May 20 16:20:23 2008