Skip to content

Commit a11d1fe

Browse files
author
dyzheng
committed
Fix: UnitTest error
1 parent 193623c commit a11d1fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/module_hsolver/test/hsolver_supplementary_mock.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22
#include "module_elecstate/elecstate.h"
3+
#include "module_elecstate/potentials/pot_local.h"
34

45
namespace elecstate
56
{
@@ -57,6 +58,8 @@ void ElecState::init_ks(Charge* chg_in, // pointer for class Charge
5758
return;
5859
}
5960

61+
double PotLocal::vl_of_0 = 0.0;
62+
6063
} // namespace elecstate
6164

6265

0 commit comments

Comments
 (0)