sofa-framework / sofa

Real-time multi-physics simulation with an emphasis on medical simulation.
https://www.sofa-framework.org
GNU Lesser General Public License v2.1
934 stars 312 forks source link

[GenericConstraintSolver] FIX Generic constraint solver timer #5045

Closed bakpaul closed 1 month ago

bakpaul commented 1 month ago

The timer "ApplyCorrection" is already in the mother class in applyCorrectionTask which is the method that actually call applyCorrection. "Compute And Apply Motion Correction" was thus redondant and the second "ApplyCorrection" was misleading.


By submitting this pull request, I acknowledge that
I have read, understand, and agree SOFA Developer Certificate of Origin (DCO).


Reviewers will merge this pull-request only if