Skip to content
Snippets Groups Projects
Commit 1e122e37 authored by Sreekanth Arikatla's avatar Sreekanth Arikatla
Browse files

repeat definitions resulting from merge are cleared!

parent 5c77a8d1
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ public:
smVegaFemSceneObject(std::shared_ptr<smErrorLog> p_log = nullptr, smString ConfigFile = vega_string_none);
/// \brief Destructor
~smVegaFemSceneObject(){};
~smVegaFemSceneObject();
/// \brief Initialize the data to defaults
void setDefaults();
......
......@@ -1171,9 +1171,9 @@ inline void smVegaFemSceneObject::updatePerformanceMetrics()
}
}
void smVegaFemSceneObject::draw(const smDrawParam &p_params)
void smVegaFemSceneObject::draw()
{
smtkSurfaceMesh->draw(p_params);
smtkSurfaceMesh->draw();
}
void smVegaFemSceneObject::setContactForceOfNodeWithDofID(const int dofID, const smVec3d force)
......
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