Skip to content
Snippets Groups Projects
Commit ad2e96b5 authored by Yurov, Dmitry's avatar Yurov, Dmitry
Browse files

Minor clean-up

parent c5c662e3
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,6 @@ class IMultiLayerBuilder; ...@@ -26,7 +26,6 @@ class IMultiLayerBuilder;
class ISample; class ISample;
class ISpecularDataHandler; class ISpecularDataHandler;
class MultiLayer; class MultiLayer;
class Histogram1D;
class SpecularSimulationElement; class SpecularSimulationElement;
//! Main class to run a specular simulation. //! Main class to run a specular simulation.
...@@ -75,12 +74,12 @@ public: ...@@ -75,12 +74,12 @@ public:
//! Returns a pointer to coordinate axis. //! Returns a pointer to coordinate axis.
const IAxis* coordinateAxis() const; const IAxis* coordinateAxis() const;
//! Returns a pointer to internal data handler //! Returns a pointer to footprint factor holder
const IFootprintFactor* footprintFactor() const; const IFootprintFactor* footprintFactor() const;
#ifndef SWIG #ifndef SWIG
//! Returns internal data handler //! Returns internal data handler
const ISpecularDataHandler* dataHandler() const { return m_data_handler.get(); } const ISpecularDataHandler* dataHandler() const { return m_data_handler.get(); }
#endif //SWIG #endif //SWIG
private: private:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment