Skip to content
Snippets Groups Projects
Commit 6963388d authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

Corrected doxygen comment

parent e1756bc1
No related branches found
No related tags found
No related merge requests found
......@@ -39,13 +39,11 @@ public:
virtual ISample *clone() const =0;
//! @{ @internal
//! Returns a clone with inverted magnetic fields
virtual ISample *cloneInvertB() const;
//! \internal Calls the ISampleVisitor's visit method
//! Calls the ISampleVisitor's visit method
virtual void accept(ISampleVisitor *p_visitor) const = 0;
//! @}
//! Returns an ISimulation if DWBA is required.
virtual DWBASimulation *createDWBASimulation() const { return 0; }
......
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