Fix output of inertia
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;
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;