mailr8995 - /branches/relax_disp/maths_fns/relax_disp.c


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

Header


Content

Posted by sebastien . morin . 1 on March 24, 2009 - 21:46:
Author: semor
Date: Tue Mar 24 21:46:45 2009
New Revision: 8995

URL: http://svn.gna.org/viewcvs/relax?rev=8995&view=rev
Log:
Corrected a few comments.


Modified:
    branches/relax_disp/maths_fns/relax_disp.c

Modified: branches/relax_disp/maths_fns/relax_disp.c
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/maths_fns/relax_disp.c?rev=8995&r1=8994&r2=8995&view=diff
==============================================================================
--- branches/relax_disp/maths_fns/relax_disp.c (original)
+++ branches/relax_disp/maths_fns/relax_disp.c Tue Mar 24 21:46:45 2009
@@ -77,8 +77,8 @@
 func(PyObject *self, PyObject *args) {
     /* Function for calculating and returning the chi-squared value.
      *
-     * Firstly the back calculated intensities are generated, then the 
chi-squared statistic is
-     * calculated
+     * Firstly the back calculated effective transversal relaxation rates 
are generated, then the
+     * chi-squared statistic is calculated
      */
 
     /* Declarations */
@@ -97,7 +97,7 @@
     /* Pointers to the numpy arrays */
     params = (double *) numpy_params->data;
 
-    /* Back calculated the peak intensities */
+    /* Back calculated the effective transversal relaxation rates */
     dispersion(params, cpmg_frqs, back_calc, num_times);
 
     Py_DECREF(numpy_params);
@@ -131,7 +131,7 @@
     /* Pointers to the numpy arrays */
     params = (double *) numpy_params->data;
 
-    /* Back calculated the peak intensities */
+    /* Back calculated the effective transversal relaxation rates */
     dispersion(params, cpmg_frqs, back_calc, num_times);
 
 
@@ -158,7 +158,8 @@
 
 static PyObject *
 back_calc_I(PyObject *self, PyObject *args) {
-    /* Function for returning as a numpy array the back calculated peak 
intensities */
+    /* Function for returning as a numpy array the back calculated effective 
transversal relaxation
+     * rates */
 
     /* Declarations */
     extern double back_calc[];




Related Messages


Powered by MHonArc, Updated Tue Mar 24 22:00:06 2009