Author: bugman
Date: Tue Aug 26 18:45:52 2014
New Revision: 25308
URL: http://svn.gna.org/viewcvs/relax?rev=25308&view=rev
Log:
The target_functions/exponential.c file no longer includes exponential.h.
This is not needed as exponential.h only contains the function definitions of 
the exponential.c
file.
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=25308&r1=25307&r2=25308&view=diff
==============================================================================
--- trunk/target_functions/exponential.c        (original)
+++ trunk/target_functions/exponential.c        Tue Aug 26 18:45:52 2014
@@ -21,8 +21,8 @@
 /* The exponential function is needed. */
 #include <math.h>
 
-/* functions for the exponential */
-#include "exponential.h"
+/* Get the maximum dimensions. */
+#include "dimensions.h"
 
 
 void exponential(double I0, double R, double relax_times[MAX_DATA], double 
back_calc[MAX_DATA], int num_times) {