update cmakelist

This commit is contained in:
2025-02-11 10:43:28 +08:00
parent 2901590f00
commit 613c73c812
36 changed files with 92 additions and 75 deletions

View File

@@ -135,7 +135,7 @@ void LBSI::Routine(std::string in_name, std::string tar_name,
{
UpdateTarVec(s, true);
Wgts.assign_all(0.0);
Wgts.assign(0.0);
lcg(Wgts, B);
double deg, sum;
@@ -193,7 +193,7 @@ void LBSI::Routine(std::string in_name, std::string tar_name,
{
UpdateTarVec(s, false);
Wgts.assign_all(0.0);
Wgts.assign(0.0);
lcg(Wgts, B);
sum = 0.0;