Skip to content

Commit

Permalink
refs #4201 Fixing warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Jan 8, 2012
1 parent d07e2a8 commit 70c8042
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,7 @@ class ConvertToMDEvensEventWSAutoRebin: public IConvertToMDEventsMethods

// counder for the number of events
size_t n_added_events(0);
// amount of work
const size_t numSpec = inWS2D->getNumberHistograms();



const size_t specSize = this->inWS2D->blocksize();
size_t nValidSpectra = pDetLoc->det_id.size();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ class ConvertToMDEvensHistoWS: public IConvertToMDEventsMethods
{
// counder for the number of events
size_t n_added_events(0);
// amount of work
const size_t numSpec = inWS2D->getNumberHistograms();


const size_t specSize = this->inWS2D->blocksize();
size_t nValidSpectra = pDetLoc->det_id.size();
Expand Down

0 comments on commit 70c8042

Please sign in to comment.