Skip to content

Commit

Permalink
Refs #5827 Define destructor for GridDomain1D
Browse files Browse the repository at this point in the history
  • Loading branch information
jmborr committed Sep 10, 2012
1 parent a1022bc commit 934ab9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/API/inc/MantidAPI/GridDomain1D.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class MANTID_API_DLL GridDomain1D: public API::GridDomain
{
public:
GridDomain1D() {};
virtual ~GridDomain1D();
virtual ~GridDomain1D() {};
/// initialize
void initialize(double &startX, double &endX, size_t &n, std::string scaling);
/// number of grid point s
Expand Down

0 comments on commit 934ab9f

Please sign in to comment.