Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 11f5924f authored by Harald Martini's avatar Harald Martini
Browse files

Switched order of OR Statement

parent da54f9d5
Branches
Tags
No related merge requests found
......@@ -106,7 +106,7 @@ namespace TUGraz.VectoCore.InputData.Reader.Impl
protected virtual void Initialize()
{
if (CompletedVehicle.ExemptedVehicle || PrimaryVehicle.ExemptedVehicle)
if (PrimaryVehicle.ExemptedVehicle || CompletedVehicle.ExemptedVehicle)
{
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment