Skip to content

Commit

Permalink
Re #5838. Trying to find out why the tests broke
Browse files Browse the repository at this point in the history
  • Loading branch information
mantid-roman committed Sep 17, 2012
1 parent ad58eb5 commit 68af132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/DataObjects/src/Workspace2D.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ namespace Mantid
///Destructor
Workspace2D::~Workspace2D()
{
// Clear out the memory
// Clear out the memory.
for (size_t i=0; i<data.size(); i++)
{
delete data[i];
Expand Down

0 comments on commit 68af132

Please sign in to comment.