Skip to content

Commit a9617a5

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent cde37f0 commit a9617a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/module_basis/module_ao/ORB_nonlocal_lm.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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];

0 commit comments

Comments
 (0)