Skip to content

Commit

Permalink
Update bessel_basis.cpp (#3911)
Browse files Browse the repository at this point in the history
Co-authored-by: Mohan Chen <mohan.chen.chen.mohan@gmail.com>
  • Loading branch information
bot10032 and mohanchen committed Apr 3, 2024
1 parent e88495d commit af44d22
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 @@ -407,7 +407,7 @@ void Bessel_Basis::readin_C4(
std::string title1, title2, title3;
inc4 >> title1 >> title2 >> title3;

int tmp_type, tmp_l, tmp_n;
int tmp_type=0, tmp_l=0, tmp_n=0;
inc4 >> tmp_type >> tmp_l >> tmp_n;
//std::cout << "\n Find T=" << tmp_type << " L=" << tmp_l << " N=" << tmp_n;

Expand Down

0 comments on commit af44d22

Please sign in to comment.