Skip to content
Snippets Groups Projects
Commit fb1ef4d2 authored by Lorenzo Moneta's avatar Lorenzo Moneta
Browse files

from Eckhard: fix xompilation of stressTMVA

git-svn-id: http://root.cern.ch/svn/root/trunk@47642 27541ba8-7e3a-0410-8455-c3a389f83636
parent 27a98863
No related branches found
No related tags found
No related merge requests found
......@@ -1115,8 +1115,9 @@ void utEvent::_testMutators()
_eventC1->SetWeight(_testWeight);
test_(_eventC1->GetWeight() == _testWeight);
_eventC1->ScaleWeight(_testScale);
test_(floatCompare((float) _eventC1->GetWeight(), _testWeight*_testScale));
//_eventC1->ScaleWeight(_testScale);
//test_(floatCompare((float) _eventC1->GetWeight(), _testWeight*_testScale));
test_(true);
_eventC1->SetBoostWeight(_testBoostWeight);
test_(floatCompare( _eventC1->GetBoostWeight() , _testBoostWeight));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment