| Server IP : 82.208.35.60 / Your IP : 216.73.217.116 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/science/abinit/files/ |
Upload File : |
--- shared/common/src/02_clib/calling_levmar.c.orig 2020-11-10 12:21:53 UTC
+++ shared/common/src/02_clib/calling_levmar.c
@@ -150,7 +150,7 @@ double opts[LM_OPTS_SZ], info[LM_INFO_SZ];
/* invoke the optimisation function with box boundaries*/
ret=dlevmar_bc_dif(dim_screening, coeffs, yvals, c_ncoeffs, c_nvals, \
lower_bounds, upper_bounds, 3000, opts, info, NULL, NULL, \
- (void *)&adata); // Box boundary conditions without Jacobian
+ NULL, (void *)&adata); // Box boundary conditions without Jacobian
//}
//}
@@ -220,7 +220,7 @@ double opts[LM_OPTS_SZ], info[LM_INFO_SZ];
/* invoke the optimisation function with box boundaries*/
ret=dlevmar_bc_dif(dre_and_im_screening, coeffs, yvals, c_ncoeffs, c_nvals, \
lower_bounds, upper_bounds, 1000, opts, info, NULL, NULL, \
- (void *)&adata); // Box boundary conditions without Jacobian
+ NULL, (void *)&adata); // Box boundary conditions without Jacobian
//}
//}