Skip to content

Commit

Permalink
Refs #4472. Resolving conflicts.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Feb 3, 2012
1 parent 05e3696 commit 50c39b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Code/Mantid/Framework/API/inc/MantidAPI/IMDWorkspace.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ namespace Mantid
/// Method to generate a line plot through a MD-workspace
virtual void getLinePlot(const Mantid::Kernel::VMD & start, const Mantid::Kernel::VMD & end,
Mantid::API::MDNormalization normalize, std::vector<coord_t> & x, std::vector<signal_t> & y, std::vector<signal_t> & e) const = 0;

virtual ~IMDWorkspace();
};

/// Shared pointer to the IMDWorkspace base class
Expand Down
4 changes: 2 additions & 2 deletions Code/Mantid/Framework/API/src/MDGeometry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ namespace API
/** Copy Constructor
*/
MDGeometry::MDGeometry(const MDGeometry & other) :
m_originalWorkspace(other.m_originalWorkspace),
m_transformFromOriginal(NULL), m_transformToOriginal(NULL),
m_originalWorkspaces(other.m_originalWorkspaces),
m_transforms_FromOriginal(NULL), m_transforms_ToOriginal(NULL),
m_delete_observer(*this, &MDGeometry::deleteNotificationReceived),
m_observingDelete(false)
{
Expand Down

0 comments on commit 50c39b9

Please sign in to comment.