Skip to content

Commit

Permalink
refs #6449 All enabled. Not fully tested yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Apr 16, 2013
1 parent 39842f1 commit 59dbf70
Show file tree
Hide file tree
Showing 4 changed files with 259 additions and 244 deletions.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/API/inc/MantidAPI/IMDWorkspace.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ namespace Mantid
///
virtual Mantid::API::SpecialCoordinateSystem getSpecialCoordinateSystem() const = 0;
/// if a workspace was filebacked, this should clear file-based status, delete file-based information and close related files.
virtual void clearFileBacked(){};
virtual void clearFileBacked(bool /* loadFileContentsToMemory*/){};
};

/// Shared pointer to the IMDWorkspace base class
Expand Down

0 comments on commit 59dbf70

Please sign in to comment.