From 77d23aaae4e77faccea4c50d5fbe4554541c1456 Mon Sep 17 00:00:00 2001 From: sunwen Date: Mon, 29 May 2023 17:27:50 +0800 Subject: [PATCH] Update config.h --- src/config/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/config.h b/src/config/config.h index 2c5343f..97a3bc9 100644 --- a/src/config/config.h +++ b/src/config/config.h @@ -147,7 +147,7 @@ namespace Recon //transParams.solver static std::string name = "TVAL3"; static int maxIter = 50; - static int muValues = 100; + static Aurora::Matrix muValues = Aurora::Matrix::fromRawData(new double[1]{100}, 1); static int betaValues = 1; static bool runTransmissionReco = true; }