chiark / gitweb /
Use trusty
[nlopt.git] / praxis / praxis.h
index c8084d268d745d5c788b65e3ef177a98704a3620..59ad0bd757a27ade533f27c6cfdea429f5006a32 100644 (file)
@@ -11,7 +11,7 @@ extern "C"
 
 typedef double (*praxis_func)(int n, const double *x, void *f_data);
 
-nlopt_result praxis_(double *t0, double machep, double *h0,
+nlopt_result praxis_(double t0, double machep, double h0,
                     int n, double *x, praxis_func f, void *f_data, 
                     nlopt_stopping *stop, double *minf);