mailr19595 - /trunk/target_functions/exponential.c


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

Header


Content

Posted by edward on April 29, 2013 - 09:47:
Author: bugman
Date: Mon Apr 29 09:47:39 2013
New Revision: 19595

URL: http://svn.gna.org/viewcvs/relax?rev=19595&view=rev
Log:
Clean up of unused headers and declarations in the exponential curve C module.


Modified:
    trunk/target_functions/exponential.c

Modified: trunk/target_functions/exponential.c
URL: 
http://svn.gna.org/viewcvs/relax/trunk/target_functions/exponential.c?rev=19595&r1=19594&r2=19595&view=diff
==============================================================================
--- trunk/target_functions/exponential.c (original)
+++ trunk/target_functions/exponential.c Mon Apr 29 09:47:39 2013
@@ -21,17 +21,12 @@
 /* This include must come first */
 #include <Python.h>
 
-/* The header for all functions which will be called */
-#include "relax_fit.h"
-
-
 
 void exponential(double *params, double *relax_times, double *back_calc, int 
num_times) {
     /* Function to back calculate the peak intensities.
     */
 
     /* Declarations */
-    double Rx, I0;
     int i;
 
 




Related Messages


Powered by MHonArc, Updated Mon Apr 29 10:00:02 2013