forked from portelli/HadronsPresets
parameter fix
This commit is contained in:
parent
5ba6c36cf5
commit
6cd465b255
@ -180,7 +180,7 @@ void RbcUkqcd::addC0LightZMobiusLCDSolver(Application &app, const std::string so
|
|||||||
|
|
||||||
transformCastPar.field = gaugeTransform;
|
transformCastPar.field = gaugeTransform;
|
||||||
app.createModule<MUtilities::ColourMatrixSinglePrecisionCast>(prefix + "_gaugeTransform_fp32",
|
app.createModule<MUtilities::ColourMatrixSinglePrecisionCast>(prefix + "_gaugeTransform_fp32",
|
||||||
gaugeCastPar);
|
transformCastPar);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Scaled DWF action + FP32 version
|
// Scaled DWF action + FP32 version
|
||||||
@ -254,7 +254,7 @@ void RbcUkqcd::addM0LightLCDSolver(Application &app, const std::string solverNam
|
|||||||
|
|
||||||
transformCastPar.field = gaugeTransform;
|
transformCastPar.field = gaugeTransform;
|
||||||
app.createModule<MUtilities::ColourMatrixSinglePrecisionCast>(prefix + "_gaugeTransform_fp32",
|
app.createModule<MUtilities::ColourMatrixSinglePrecisionCast>(prefix + "_gaugeTransform_fp32",
|
||||||
gaugeCastPar);
|
transformCastPar);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Scaled DWF action + FP32 version
|
// Scaled DWF action + FP32 version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user