File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
source/module_basis/module_ao Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Numerical_Nonlocal_Lm::~Numerical_Nonlocal_Lm()
3535 this ->freemem ();
3636}
3737
38- void Numerical_Nonlocal_Lm::renew (void )
38+ void Numerical_Nonlocal_Lm::renew ()
3939{
4040 assert (nr_uniform>0 );
4141 assert (nr>0 );
@@ -56,7 +56,7 @@ void Numerical_Nonlocal_Lm::renew(void)
5656 ModuleBase::GlobalFunc::ZEROS (beta_k, nk);
5757}
5858
59- void Numerical_Nonlocal_Lm::freemem (void )
59+ void Numerical_Nonlocal_Lm::freemem ()
6060{
6161 delete[] this ->r_radial ;
6262 delete[] this ->rab ;
@@ -247,7 +247,7 @@ void Numerical_Nonlocal_Lm::extra_uniform(const double &dr_uniform_in)
247247}
248248*/
249249
250- void Numerical_Nonlocal_Lm::get_kradial (void )
250+ void Numerical_Nonlocal_Lm::get_kradial ()
251251{
252252 // ModuleBase::TITLE("Numerical_Nonlocal_Lm","get_kradial");
253253 double *jl = new double [nr];
You can’t perform that action at this time.
0 commit comments