Skip to content
Snippets Groups Projects
Commit b03d9606 authored by Jan Schulze's avatar Jan Schulze
Browse files

bug fix initialization of _nFitParams in Hyp7Lh.cc

parent 285935a3
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ Hyp7Lh::Hyp7Lh(boost::shared_ptr<const Psi2STo2K2PiGamEvtList> theEvtList, const
,_KappaHyp(true)
,_K1_1680Hyp(true)
,_K1_2300Hyp(true)
,_nFitParams(0)
{
setUp(hypMap);
}
......@@ -21,6 +22,7 @@ Hyp7Lh::Hyp7Lh( boost::shared_ptr<AbsPsi2STo2K2PiGamLh> theLhPtr, const std::map
,_KappaHyp(true)
,_K1_1680Hyp(true)
,_K1_2300Hyp(true)
,_nFitParams(0)
{
setUp(hypMap);
}
......
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