Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SofaMiscFem] Clean BaseMaterial::handleTopologyChange #817

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
remove empty handleTopologyChange() from BaseMaterial
  • Loading branch information
agpetit committed Nov 8, 2018
commit 25b47b43955397387bee2dc43abff6efdd55e0eb
4 changes: 0 additions & 4 deletions modules/SofaMiscFem/BaseMaterial.h
Original file line number Diff line number Diff line change
@@ -60,10 +60,6 @@ class SOFA_MISC_FEM_API BaseMaterial : public virtual core::objectmodel::BaseObj
virtual void computeDStress (defaulttype::Vector3 & ,defaulttype::Vector3 &) {}

virtual void computeStress (unsigned int /*iElement*/)=0;//to be pure virtual
virtual void handleTopologyChange() override
{
serr<<"ERROR(BaseMaterial) this method handleTopologyChange() is not already implemented in base class"<<sendl;
}


private: