Skip to content

Commit

Permalink
RE 7091 bias data in splatterplot
Browse files Browse the repository at this point in the history
Comment out a couple of un-used variables so it compiles cleanly.
The variables will be used for testing other strategies.

refs #7091
  • Loading branch information
DennisMikkelson committed May 27, 2013
1 parent 786c195 commit 3190544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code/Mantid/Vates/VatesAPI/src/vtkSplatterPlotFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ namespace Mantid
if ( points_per_box < 1 )
points_per_box = 1;

double max_signal = sorted_boxes[0]->getSignalNormalized();
double min_signal = sorted_boxes[sorted_boxes.size()-1]->getSignalNormalized();
// double max_signal = sorted_boxes[0]->getSignalNormalized();
// double min_signal = sorted_boxes[sorted_boxes.size()-1]->getSignalNormalized();

std::cout << "numPoints = " << numPoints << std::endl;
std::cout << "num boxes in all = " << boxes.size() << std::endl;
Expand Down

0 comments on commit 3190544

Please sign in to comment.