Skip to content

Commit

Permalink
refs #6449 Couple of hundred warnings should go
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Apr 16, 2013
1 parent 454d6ec commit ffc4efb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/MDEvents/inc/MantidMDEvents/MDBox.h
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ namespace MDEvents
public:
// create lean events from array of events data and add them to the box
static inline void EXEC(std::vector<MDLeanEvent<nd> > &data,const std::vector<signal_t> &sigErrSq,const std::vector<coord_t> &Coord,
const std::vector<uint16_t> &runIndex,const std::vector<uint32_t> &detectorId,size_t nEvents)
const std::vector<uint16_t> &/*runIndex*/,const std::vector<uint32_t> &/*detectorId*/,size_t nEvents)
{
for(size_t i=0;i<nEvents;i++)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -398,8 +398,6 @@ namespace MDEvents
uint64_t sumNContribEvents()const;
void updateSum(){m_nEventsContributed = sumNContribEvents();}

Mantid::API::ITableWorkspace_sptr makeBoxTable(size_t start, size_t num)
{throw Kernel::Exception::NotImplementedError("makeBoxTable is not implemented for MDTable workspace ");}
private:

void initVertexesArray();
Expand Down

0 comments on commit ffc4efb

Please sign in to comment.