File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ class Numerical_Nonlocal
4444
4545 Numerical_Nonlocal_Lm* Proj; // /< length: nproj(only store radial function )
4646
47- const double & get_rcut_max (void ) const { return rcut_max; }
47+ const double & get_rcut_max () const { return rcut_max; }
4848 const int & get_nproj () const { return nproj; }
4949
5050 private:
Original file line number Diff line number Diff line change @@ -54,7 +54,8 @@ class PW_Basis_K_Big: public PW_Basis_K
5454 for (int ip = 0 ; ip < this ->poolnproc ; ++ip)
5555 {
5656 this ->numz [ip] = npbz*this ->bz ;
57- if (ip < modbz) this ->numz [ip]+=this ->bz ;
57+ if (ip < modbz) { this ->numz [ip]+=this ->bz ;
58+ }
5859 if (ip < this ->poolnproc - 1 ) this ->startz [ip+1 ] = this ->startz [ip] + numz[ip];
5960 if (ip == this ->poolrank )
6061 {
You can’t perform that action at this time.
0 commit comments