mailr6656 - /branches/rdc_analysis/generic_fns/structure/internal.py


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

Header


Content

Posted by edward on July 04, 2008 - 14:19:
Author: bugman
Date: Fri Jul  4 14:19:47 2008
New Revision: 6656

URL: http://svn.gna.org/viewcvs/relax?rev=6656&view=rev
Log:
Renamed a run to a pipe in a comment.


Modified:
    branches/rdc_analysis/generic_fns/structure/internal.py

Modified: branches/rdc_analysis/generic_fns/structure/internal.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/rdc_analysis/generic_fns/structure/internal.py?rev=6656&r1=6655&r2=6656&view=diff
==============================================================================
--- branches/rdc_analysis/generic_fns/structure/internal.py (original)
+++ branches/rdc_analysis/generic_fns/structure/internal.py Fri Jul  4 
14:19:47 2008
@@ -452,7 +452,7 @@
         # Store the model number.
         self.model = model
 
-        # Use pointers (references) if the PDB data exists in another run.
+        # Use pointers (references) if the PDB data exists in another pipe.
         for data_pipe in ds:
             if hasattr(data_pipe, 'structure') and 
data_pipe.structure.file_name == file_path and data_pipe.structure.model == 
model and data_pipe.structure.id == 'internal':
                 # Make a pointer to the data.




Related Messages


Powered by MHonArc, Updated Fri Jul 04 14:40:16 2008