Update config.h

This commit is contained in:
sunwen
2023-05-29 17:27:50 +08:00
committed by kradchen
parent 4775b261bb
commit 6a80e33ff4

View File

@@ -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;
}