Skip to content
Snippets Groups Projects
Commit 9debd914 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

comm

parent e6ed58f3
No related branches found
No related tags found
1 merge request!2009further cleanup while reading GUI/Model/Mask
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
// BornAgain: simulate and fit reflection and scattering // BornAgain: simulate and fit reflection and scattering
// //
//! @file Device/Mask/IShape2D.h //! @file Device/Mask/IShape2D.h
//! @brief Defines basic class for all 2D shapes. //! @brief Defines and implements abstract base class for all 2D shapes.
//! //!
//! @homepage http://www.bornagainproject.org //! @homepage http://www.bornagainproject.org
//! @license GNU General Public License v3 or higher (see COPYING) //! @license GNU General Public License v3 or higher (see COPYING)
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
class Bin1D; class Bin1D;
//! Basic class for all shapes in 2D. //! Abstract base class for all shapes in 2D.
class IShape2D : public ICloneable { class IShape2D : public ICloneable {
public: public:
......
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