mailr7414 - /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 27, 2008 - 18:12:
Author: bugman
Date: Sat Sep 27 18:12:10 2008
New Revision: 7414

URL: http://svn.gna.org/viewcvs/relax?rev=7414&view=rev
Log:
Bug fix.  The structure for other data pipes was not been added in load_pdb().


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=7414&r1=7413&r2=7414&view=diff
==============================================================================
--- 1.3/generic_fns/structure/scientific.py (original)
+++ 1.3/generic_fns/structure/scientific.py Sat Sep 27 18:12:10 2008
@@ -561,6 +561,9 @@
                 # Loop over the structures.
                 for i in xrange(data_pipe.structure.num):
                     if data_pipe.structure.name[i] == name and 
data_pipe.structure.id == 'scientific':
+                        # Add the structure.
+                        self.__add_struct(name=name, model=model, file=file, 
path=path, str=data_pipe.structure.structural_data[i], 
struct_index=struct_index)
+
                         # Print out.
                         if verbosity:
                             print "Using the structures from the data pipe " 
+ `key` + "."




Related Messages


Powered by MHonArc, Updated Sat Sep 27 19:00:03 2008