Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit ab80825b authored by Michael KRISPER's avatar Michael KRISPER
Browse files

Retarder added AxlegearInputRetarder as dedicated component

parent 79bb4f95
Branches bugfix/EDELIVERY-13058-upgrade-libraries-and-plugins
No related tags found
No related merge requests found
......@@ -93,6 +93,9 @@ namespace TUGraz.VectoCommon.Models
}
public static bool IsDedicatedComponent(this RetarderType retarder) =>
retarder.IsOneOf(RetarderType.TransmissionInputRetarder, RetarderType.TransmissionOutputRetarder);
retarder.IsOneOf(
RetarderType.TransmissionInputRetarder,
RetarderType.TransmissionOutputRetarder,
RetarderType.AxlegearInputRetarder);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment