Skip to content

Commit

Permalink
Update bessel_basis.cpp (#3910)
Browse files Browse the repository at this point in the history
Initialize variable "no_use_c4"

Co-authored-by: Mohan Chen <mohan.chen.chen.mohan@gmail.com>
  • Loading branch information
Fisheory and mohanchen committed Apr 3, 2024
1 parent 9fb1e4d commit e88495d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/module_io/bessel_basis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ void Bessel_Basis::readin_C4(
}
else
{
double no_use_c4;
double no_use_c4 = 0.0;
for(int ie=0; ie<ecut_number; ie++)
{
inc4 >> no_use_c4;
Expand Down

0 comments on commit e88495d

Please sign in to comment.