Skip to content

Commit c1caa55

Browse files
committed
Make evaluate function const.
1 parent 893ae53 commit c1caa55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/QMCWaveFunctions/Jastrow/PolynomialFunctor3D.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ struct PolynomialFunctor3D : public OptimizableFunctorBase
591591
const real_type r_2I,
592592
TinyVector<real_type, 3>& grad,
593593
Tensor<real_type, 3>& hess,
594-
TinyVector<Tensor<real_type, 3>, 3>& d3)
594+
TinyVector<Tensor<real_type, 3>, 3>& d3) const
595595
{
596596
grad = 0.0;
597597
hess = 0.0;

0 commit comments

Comments
 (0)