Moved data member initializer into constructor

This commit is contained in:
Yohai Meiron 2020-02-07 20:49:17 +01:00
parent 6e45215356
commit 85076f9030
2 changed files with 4 additions and 2 deletions

View file

@ -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() {