Skip to content

Commit

Permalink
Re #6267. Remove unnecessary elements from header file.
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellTaylor committed Dec 4, 2012
1 parent 12e197a commit cf68af0
Showing 1 changed file with 1 addition and 15 deletions.
Expand Up @@ -10,20 +10,11 @@

namespace Mantid
{
using DataObjects::EventList;
using DataObjects::EventWorkspace;
using DataObjects::EventWorkspace_sptr;
using DataObjects::EventWorkspace_const_sptr;

namespace Algorithms
{


/** Filters events in an EventWorkspace using values in a SampleLog.
@date September 15th, 2010
Copyright © 2010 ISIS Rutherford Appleton Laboratory & NScD Oak Ridge National Laboratory
Copyright © 2010-2012 ISIS Rutherford Appleton Laboratory & NScD Oak Ridge National Laboratory
This file is part of Mantid.
Expand Down Expand Up @@ -63,16 +54,11 @@ class DLLExport FilterByLogValue : public API::Algorithm
void init();
void exec();

/// Pointer for an event workspace
EventWorkspace_const_sptr eventW;
};



} // namespace Algorithms
} // namespace Mantid


#endif /* MANTID_ALGORITHMS_FILTERBYLOGVALUE_H_ */


0 comments on commit cf68af0

Please sign in to comment.