mailr7351 - /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 26, 2008 - 17:42:
Author: bugman
Date: Fri Sep 26 17:42:27 2008
New Revision: 7351

URL: http://svn.gna.org/viewcvs/relax?rev=7351&view=rev
Log:
Fixed the Scientific structural object __init__().

The structural data is no longer initialised (again) and the base class 
__init__() method is called.


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=7351&r1=7350&r2=7351&view=diff
==============================================================================
--- 1.3/generic_fns/structure/scientific.py (original)
+++ 1.3/generic_fns/structure/scientific.py Fri Sep 26 17:42:27 2008
@@ -55,8 +55,8 @@
         if not dep_check.scientific_pdb_module:
             raise RelaxError, "The Scientific python PDB module 
Scientific.IO.PDB could not be imported."
 
-        # The parser specific data object.
-        self.structural_data = []
+        # Execute the base class __init__() method.
+        Base_struct_API.__init__(self)
 
 
     def __find_bonded_atom(self, attached_atom, mol_type, res):




Related Messages


Powered by MHonArc, Updated Fri Sep 26 18:00:02 2008