SofaDefrost / Cosserat

A SOFA plugin to simulate linear structures using Cosserat theory
GNU Lesser General Public License v3.0
49 stars 22 forks source link

Missing calls to super init() #97

Closed alxbilger closed 10 months ago

alxbilger commented 10 months ago

The init() method usually follows the call super pattern. The components affected by this commit change their behavior.

This PR is not as harmless as https://github.com/SofaDefrost/Cosserat/pull/96. It must be reviewed with care