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 41386d0 commit 7c2f518Copy full SHA for 7c2f518
source/module_cell/setup_nonlocal.cpp
@@ -11,7 +11,8 @@ InfoNonlocal::InfoNonlocal()
11
{
12
this->Beta = new Numerical_Nonlocal[1];
13
this->nproj = new int[1];
14
- this->nprojmax = 0;
+ this->nprojmax = 0;
15
+ this->rcutmax_Beta = 0.0;
16
}
17
InfoNonlocal::~InfoNonlocal()
18
source/module_orbital/ORB_read.cpp
@@ -30,7 +30,8 @@ LCAO_Orbitals::LCAO_Orbitals()
30
this->dr_uniform = 0.001;
31
32
this->lmax_d = 0;
33
- this->nchimax_d = 0;
+ this->nchimax_d = 0;
34
+ this->rcutmax_Phi = 0.0;
35
36
37
LCAO_Orbitals::~LCAO_Orbitals()
0 commit comments