Skip to content

Commit

Permalink
Update ORB_atomic.cpp (#3835)
Browse files Browse the repository at this point in the history
initialize variable
  • Loading branch information
aFlyingOctopus authored Apr 2, 2024
1 parent 8959127 commit 974ebed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/module_basis/module_ao/ORB_atomic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Numerical_Orbital::Numerical_Orbital()
//question remains
this->nchi = nullptr;
this->phiLN = new Numerical_Orbital_Lm[1];
this->rcut = 0.0;
this->max_nchi = 0;
this->type = 0;
}

Numerical_Orbital::~Numerical_Orbital()
Expand Down

0 comments on commit 974ebed

Please sign in to comment.