Skip to content

Mark additional free-functions as "inline"

Marcus Mohr requested to merge mohr/additional_inlining into master

The PlateVelocityProvider class employs several free-functions. The merge marks all of them inline to avoid "multiple definitions" errors when including PlateVelocityProvider.hpp in multiple files.

Merge request reports