Skip to content

Commit 3be4da9

Browse files
author
dyzheng
committed
fix: UT of twocenterintegral
1 parent 1699c0b commit 3be4da9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

source/source_lcao/module_operator_lcao/test/tmp_mocks.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ void TwoCenterIntegrator::calculate(
131131
const int m2,
132132
const ModuleBase::Vector3<double>& vR, // vR = R2 - R1
133133
double* out,
134-
double* grad_out) const {
134+
double* grad_out,
135+
double* hess_out) const {
135136
out[0] = 1.0;
136137
}
137138

0 commit comments

Comments
 (0)