Update config.h
This commit is contained in:
@@ -147,7 +147,7 @@ namespace Recon
|
|||||||
//transParams.solver
|
//transParams.solver
|
||||||
static std::string name = "TVAL3";
|
static std::string name = "TVAL3";
|
||||||
static int maxIter = 50;
|
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 int betaValues = 1;
|
||||||
static bool runTransmissionReco = true;
|
static bool runTransmissionReco = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user