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

bug fix initialization of _nFitParams in Hyp8Lh.cc

parent 7dc4d9bf
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ Hyp8Lh::Hyp8Lh(boost::shared_ptr<const Psi2STo2K2PiGamEvtList> theEvtList, const
,_K_0_1830ToKstPiHyp8(true)
,_K_1_1650Hyp8(true)
,_doHyp8(true)
,_nFitParams(0)
{
setUp(hypMap);
}
......@@ -23,6 +24,7 @@ Hyp8Lh::Hyp8Lh( boost::shared_ptr<AbsPsi2STo2K2PiGamLh> theLhPtr, const std::map
,_K_0_1830ToKstPiHyp8(true)
,_K_1_1650Hyp8(true)
,_doHyp8(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