mailr2465 - /1.2/specific_fns/model_free.py


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

Header


Content

Posted by edward on April 12, 2006 - 10:07:
Author: bugman
Date: Wed Apr 12 10:07:16 2006
New Revision: 2465

URL: http://svn.gna.org/viewcvs/relax?rev=2465&view=rev
Log:
Reverted the change of r2462.  This was an attempt at fixing bug #5746.

The bug which was reported by Chris MacRaild is located at
https://gna.org/bugs/?func=detailitem&item_id=5746.

The command used to revert the change was:

$ svn merge -r2462:2461 .


Modified:
    1.2/specific_fns/model_free.py

Modified: 1.2/specific_fns/model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/1.2/specific_fns/model_free.py?rev=2465&r1=2464&r2=2465&view=diff
==============================================================================
--- 1.2/specific_fns/model_free.py (original)
+++ 1.2/specific_fns/model_free.py Wed Apr 12 10:07:16 2006
@@ -2515,7 +2515,7 @@
 
         # Sequence specific data.
         # Statistics for a single residue.
-        if not global_stats or not combine:
+        if not global_stats and not combine:
             # Skip unselected residues.
             if not self.relax.data.res[self.run][instance].select:
                 return None, None, None




Related Messages


Powered by MHonArc, Updated Sat Apr 15 08:40:07 2006