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 1d95311d authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

correcting typo in error message

parent cf5779e1
No related branches found
No related tags found
No related merge requests found
...@@ -249,7 +249,7 @@ namespace TUGraz.VectoCommon.InputData ...@@ -249,7 +249,7 @@ namespace TUGraz.VectoCommon.InputData
public static EcoRollType Get(bool ecoRollWithoutEngineStop, bool ecoRollWithEngineStop) public static EcoRollType Get(bool ecoRollWithoutEngineStop, bool ecoRollWithEngineStop)
{ {
if (ecoRollWithEngineStop && ecoRollWithoutEngineStop) { if (ecoRollWithEngineStop && ecoRollWithoutEngineStop) {
throw new VectoException("invalid combination or EcoRoll"); throw new VectoException("invalid combination for EcoRoll");
} }
if (ecoRollWithoutEngineStop) { if (ecoRollWithoutEngineStop) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment