Skip to content
Snippets Groups Projects
Commit 6af72d4a authored by Bertram Kopf's avatar Bertram Kopf
Browse files

bug fix in BlattWBarrierDynamics

parent a8c79425
No related branches found
No related tags found
No related merge requests found
...@@ -77,6 +77,7 @@ bool BlattWBarrierDynamics::checkRecalculation(fitParams& theParamVal){ ...@@ -77,6 +77,7 @@ bool BlattWBarrierDynamics::checkRecalculation(fitParams& theParamVal){
} }
void BlattWBarrierDynamics::updateFitParams(fitParams& theParamVal){ void BlattWBarrierDynamics::updateFitParams(fitParams& theParamVal){
if(!_fitqRVals) return;
_qR=theParamVal.otherParams.at(_fitqRKey); _qR=theParamVal.otherParams.at(_fitqRKey);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment