From 2e343cf8de6f0b6df6512ee22fb1994b354db065 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E5=AD=9F=E5=93=B2?= <145269911+bot10032@users.noreply.github.com> Date: Wed, 3 Apr 2024 10:04:24 +0800 Subject: [PATCH] Update bessel_basis.cpp --- source/module_io/bessel_basis.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/module_io/bessel_basis.cpp b/source/module_io/bessel_basis.cpp index 290bbefbb83..78eb0a6c567 100644 --- a/source/module_io/bessel_basis.cpp +++ b/source/module_io/bessel_basis.cpp @@ -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;