Skip to content

Commit

Permalink
Refs #4472 removed debugging print
Browse files Browse the repository at this point in the history
  • Loading branch information
VickieLynch committed May 1, 2012
1 parent 769d749 commit 7bc422d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ namespace Mantid

double TotSliceIntensity = AttributeValues[IIntensities];
double TotSliceVariance = AttributeValues[IVariance];
std::cout<<"errs="<< errs[0]<<std::endl;
//std::cout<<"errs="<< errs[0]<<std::endl;
updatePeakInformation( params, errs, names,
TotVariance, TotIntensity,
TotSliceIntensity, TotSliceVariance, chisq,
Expand Down

0 comments on commit 7bc422d

Please sign in to comment.