We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e31807d commit 66a2acaCopy full SHA for 66a2aca
source/module_orbital/test/ORB_unittest.cpp
@@ -87,7 +87,7 @@ void test_orb::set_orbs()
87
int* nproj = new int[ORB.get_ntype()];
88
for (int i = 0;i < ORB.get_ntype();++i)
89
nproj[i] = 0;
90
- const Numerical_Nonlocal beta_[1];
+ const Numerical_Nonlocal beta_[ORB.get_ntype()];
91
92
ooo.set_orb_tables(
93
ofs_running,
0 commit comments