Moved data member initializer into constructor
This commit is contained in:
parent
6e45215356
commit
85076f9030
2 changed files with 4 additions and 2 deletions
|
|
@ -63,6 +63,8 @@ etics::scf::scfclass::scfclass() {
|
|||
N=0;
|
||||
Nmax=0;
|
||||
k3gs=-1; k3bs=-1; k4gs=-1; k4bs=-1;
|
||||
PartialSum = NULL;
|
||||
PartialSum_h = NULL;
|
||||
}
|
||||
|
||||
etics::scf::scfclass::~scfclass() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue