tmp
This commit is contained in:
parent
54b195442d
commit
1c9e757d63
@ -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")
|
||||
# ExprTK库在macOS 15.4中编译会有错误 添加以下命令对应检查项
|
||||
|
@ -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++)
|
||||
|
@ -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]);
|
||||
|
@ -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++)
|
||||
|
Loading…
Reference in New Issue
Block a user