update cmakelist
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user