Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KSkwarczynski committed Sep 5, 2024
1 parent db636cd commit 77dfde0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion covariance/covarianceXsec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ XsecSplines1 covarianceXsec::GetXsecSpline(const YAML::Node& param) {
Spline._SplineKnotLowBound = GetFromManager<double>(param["SplineInformation"]["SplineKnotLowBound"], -9999);

//If there is no mode information given then this will be an empty vector
Spline._fSplineModes = GetFromManager(param["Systematic"]["SplineInformation"]["Mode"], std::vector<int>());
Spline._fSplineModes = GetFromManager(param["SplineInformation"]["Mode"], std::vector<int>());

return Spline;
}
Expand Down

0 comments on commit 77dfde0

Please sign in to comment.