Change betaValues
This commit is contained in:
@@ -148,7 +148,7 @@ namespace Recon
|
||||
static std::string name = "TVAL3";
|
||||
static int maxIter = 50;
|
||||
static Aurora::Matrix muValues = Aurora::Matrix::fromRawData(new double[1]{100}, 1);
|
||||
static int betaValues = 1;
|
||||
static Aurora::Matrix betaValues = Aurora::Matrix::fromRawData(new double[1]{1}, 1);
|
||||
static bool runTransmissionReco = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user