mailr3265 - /branches/multi_processor/specific_fns/model_free.py


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

Header


Content

Posted by garyt on April 10, 2007 - 23:52:
Author: varioustoxins
Date: Tue Apr 10 23:52:14 2007
New Revision: 3265

URL: http://svn.gna.org/viewcvs/relax?rev=3265&view=rev
Log:
correct version of r3264 correction to bad indenting in fix in r3262

Modified:
    branches/multi_processor/specific_fns/model_free.py

Modified: branches/multi_processor/specific_fns/model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/multi_processor/specific_fns/model_free.py?rev=3265&r1=3264&r2=3265&view=diff
==============================================================================
--- branches/multi_processor/specific_fns/model_free.py (original)
+++ branches/multi_processor/specific_fns/model_free.py Tue Apr 10 23:52:14 
2007
@@ -5209,8 +5209,8 @@
                                         index = l
 
                                 # Data exists for this data type.
-                                 ri.append(`data.relax_sim_data[i][index]`)
-                                 ri_error.append(`data.relax_error[index]`)
+                                ri.append(`data.relax_sim_data[i][index]`)
+                                ri_error.append(`data.relax_error[index]`)
 
                             # No data exists for this data type.
                             except:




Related Messages


Powered by MHonArc, Updated Thu Apr 12 19:00:08 2007