This commit is contained in:
2025-07-19 14:39:42 +08:00
parent 54b195442d
commit 1c9e757d63
4 changed files with 4 additions and 4 deletions

View File

@@ -186,7 +186,7 @@ void LKI::Routine(std::string inname, std::string tarname, std::string outname,
{
bar.progressed(i);
Kernel.assign_all(0.0);
Kernel.assign(0.0);
Wgts.assign(0.0);
CalKernel(TargNodes[i]);