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 b267ee6 commit af6f565Copy full SHA for af6f565
source/module_basis/module_ao/ORB_atomic.h
@@ -66,6 +66,7 @@ class Numerical_Orbital
66
67
const inline Numerical_Orbital_Lm& PhiLN( const int &L, const int &N)const
68
{
69
+ assert(this->phiLN != nullptr);
70
return this->phiLN[ this->find_chi(L, N) ];
71
}
72
0 commit comments