Skip to content
Snippets Groups Projects
Commit 42c47485 authored by Andrew Wilson's avatar Andrew Wilson :elephant:
Browse files

REFAC: Mult instead of pows

parent 6349237f
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,7 @@ struct ImplicitFunctionGradient
const Vec3d& getDx() const { return m_dx; }
void setFunction(std::shared_ptr<ImplicitGeometry> func) { this->m_func = func; }
std::shared_ptr<ImplicitGeometry> getFunction() const { return m_func; }
protected:
std::shared_ptr<ImplicitGeometry> m_func;
......
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