mailr5313 - /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 April 04, 2008 - 16:57:
Author: bugman
Date: Fri Apr  4 16:57:23 2008
New Revision: 5313

URL: http://svn.gna.org/viewcvs/relax?rev=5313&view=rev
Log:
Added a string used to identify the 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=5313&r1=5312&r2=5313&view=diff
==============================================================================
--- 1.3/generic_fns/structure/scientific.py (original)
+++ 1.3/generic_fns/structure/scientific.py Fri Apr  4 16:57:23 2008
@@ -45,6 +45,10 @@
 
 class Scientific_data(Str_object):
     """The Scientific Python specific data object."""
+
+    # Identification string.
+    id = 'scientific'
+
 
     def load_structures(self, file_path, model, verbosity=False):
         """Function for loading the structures from the PDB file.




Related Messages


Powered by MHonArc, Updated Fri Apr 04 17:20:11 2008