You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 11, 2022. It is now read-only.
There is a call to applyScalingFactor on GiD.Exporter scope that seems really strange. The Data being passed in is tagged as const but a call to applyScalingFactor is being made through the mesh via pointer.
There is a call to
applyScalingFactoronGiD.Exporterscope that seems really strange. TheDatabeing passed in is tagged asconstbut a call toapplyScalingFactoris being made through the mesh via pointer.Compiler does not trigger any error.
Is that correct?
Code