Skip to content

Commit

Permalink
REfs #4472 removed debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
Janik Zikovsky committed Apr 30, 2012
1 parent fa5b65b commit 0581240
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code/Mantid/Framework/CurveFitting/src/BivariateNormal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -447,11 +447,11 @@ void BivariateNormal::initCommon()
if( constr )
{
double penalty = constr->getPenaltyFactor() + 10 * MaxD;
std::cout<<"initCommon G"<<p<<","<<penalty<<std::endl;
//std::cout<<"initCommon G"<<p<<","<<penalty<<std::endl;
constr->setPenaltyFactor( penalty );

}
} std::cout<<"initCommon H"<<std::endl;
} //std::cout<<"initCommon H"<<std::endl;

//*/
if (CalcVariances)
Expand Down

0 comments on commit 0581240

Please sign in to comment.