Skip to content

Commit

Permalink
refs #6294 fixed stupid error
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Dec 10, 2012
1 parent 6802076 commit 51b2cdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code/Mantid/Framework/MDEvents/src/MDGridBox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1317,8 +1317,8 @@ namespace MDEvents
{
vertices_max[d] = split[d]+1;
// cache box sizes and min box valyes for performance
boxSizes[d] = static_cast<coord_t>(m_SubBoxSize[d]);
minBoxVal[d] = static_cast<coord_t>(this->extents[d].getMin());
boxSize[d] = static_cast<coord_t>(m_SubBoxSize[d]);
minBoxVal[d] = static_cast<coord_t>(this->extents[d].getMin());
}

// The index to the vertex in each dimension
Expand Down

0 comments on commit 51b2cdf

Please sign in to comment.