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

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.15.2)
project(GCTL_TOOLKITS VERSION 2.0)
project(GCTL_TOOLKITS VERSION 2.0.9)
if(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
# ExprTKmacOS 15.4

View File

@ -201,7 +201,7 @@ void LBSI::Routine(std::string in_name, std::string tar_name,
{
bar.progressed(i);
Kernel.assign_all(0.0);
Kernel.assign(0.0);
CalKernel(TargNodes[i]);
for (size_t s = 0; s < ValSize; s++)

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]);

View File

@ -188,7 +188,7 @@ void LBSI::Routine(std::string in_name, std::string tar_name,
{
bar.progressed(i);
Kernel.assign_all(0.0);
Kernel.assign(0.0);
CalKernel(TargNodes[i]);
for (size_t s = 0; s < ValSize; s++)