Skip to content

Fix output of inertia

Reinhard Resch requested to merge fix-output-inertia into develop

Without this merge request the option "output, always" in the following statement has no effect because (bToBeOutput() & Inertia::OUTPUT_ALWAYS) is always zero. inertia: 1, name, "inertia", body, all, output, always;

Merge request reports