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

@@ -142,7 +142,7 @@ void LBSI::Routine(std::string in_name, std::string tar_name,
{
UpdateTarVec(s, true);
Wgts.assign_all(0.0);
Wgts.assign(0.0);
// run the inversion process in factory mode
//lcg(_AxProduct, nullptr, Wgts.get(), B.get(), MatSize, &my_para, this, GK.get(), DK.get(), ADK.get());
lcg(Wgts, B);
@@ -207,7 +207,7 @@ void LBSI::Routine(std::string in_name, std::string tar_name,
{
UpdateTarVec(s, false);
Wgts.assign_all(0.0);
Wgts.assign(0.0);
// run the inversion process in factory mode
//lcg(_AxProduct, nullptr, Wgts.get(), B.get(), MatSize, &my_para, this, GK.get(), DK.get(), ADK.get());
lcg(Wgts, B);