Skip to content

Commit

Permalink
refs #6449 more templates and warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Apr 6, 2013
1 parent 399bbda commit 92a4c1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -198,7 +198,7 @@ namespace MDEvents
{
for(size_t i=0;i<nEvents;i++)
{
data.push_back(MDEvent<nd>(sigErrSq[2*i],sigErrSq[2*i+1],runIndex[i], detectorId[i],&Coord[i*nd]));
data.push_back(MDE(sigErrSq[2*i],sigErrSq[2*i+1],runIndex[i], detectorId[i],&Coord[i*nd]));
}

}
Expand Down
3 changes: 1 addition & 2 deletions Code/Mantid/Framework/MDEvents/src/BoxControllerNxSIO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@ namespace MDEvents
*/
BoxControllerNxSIO::BoxControllerNxSIO(API::BoxController *const bc) :
m_File(NULL),
m_dataChunk(DATA_CHUNK),
m_ReadOnly(true),
m_dataChunk(DATA_CHUNK),
m_bc(bc),
m_BlockStart(2,0),
m_BlockSize(2,0),

m_CoordSize(sizeof(coord_t)),
m_EventType(FatEvent),
m_EventsVersion("1.0")
Expand Down

0 comments on commit 92a4c1a

Please sign in to comment.