evaleev / libint

Libint: high-performance library for computing Gaussian integrals in quantum mechanics
Other
225 stars 95 forks source link

Remove default args from function implementation #181

Closed shivupa closed 3 years ago

shivupa commented 4 years ago

This function gives values for the default arguments in the definition boys_fwd.h and in the implementation boys.h, and I think this is only needed in one place. I made a breaking example using the hartree-fock.cc example. It is only an issue when HAVE_LAPACK is true.