sofa icon indicating copy to clipboard operation
sofa copied to clipboard

[applications] unreachable code

Open maddin200 opened this issue 2 years ago • 1 comments

applications/plugins/PersistentContact/PersistentUnilateralInteractionConstraint.inl line 485 Code: template<class DataTypes> void PersistentUnilateralInteractionConstraint<DataTypes>::draw(const core::visual::VisualParams* vparams) { return; if (!vparams->displayFlags().getShowInteractionForceFields()) return; // <-- unreachable

maddin200 avatar May 22 '23 08:05 maddin200

Hi @maddin200

Never hesitate to make a PR for this ;) Thanks for your analysis :pray:

hugtalbot avatar Jun 06 '23 05:06 hugtalbot