Skip to content

Commit

Permalink
removing the definition of actionStepLength to avoid unintended incon…
Browse files Browse the repository at this point in the history
…sistent definition for other vehicles; Users can define it by themselves if necessary
  • Loading branch information
yunpangfloetteroed committed Feb 2, 2024
1 parent 8a67660 commit 4549df1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion data/emissions/MMPEVEM/BMW_i3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


<routes>
<vType actionStepLength="1.0" color="blue" emissionClass="MMPEVEM" id="BMW_i3" vClass="passenger">
<vType color="blue" emissionClass="MMPEVEM" id="BMW_i3" vClass="passenger">
<param key="has.battery.device" value="true"/>
<param key="device.battery.capacity" value="39000"/>
<param key="device.battery.maxPower" value="125000"/>
Expand Down
2 changes: 1 addition & 1 deletion data/emissions/MMPEVEM/SUV.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


<routes>
<vType actionStepLength="1.0" color="blue" emissionClass="MMPEVEM" id="SUV" vClass="passenger">
<vType color="blue" emissionClass="MMPEVEM" id="SUV" vClass="passenger">
<param key="has.battery.device" value="true"/>
<param key="device.battery.capacity" value="80000"/>
<param key="device.battery.maxPower" value="180000"/>
Expand Down
2 changes: 1 addition & 1 deletion data/emissions/MMPEVEM/VW_ID3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


<routes>
<vType actionStepLength="1.0" color="blue" emissionClass="MMPEVEM" id="VW_ID3" vClass="passenger">
<vType olor="blue" emissionClass="MMPEVEM" id="VW_ID3" vClass="passenger">
<param key="has.battery.device" value="true"/>
<param key="device.battery.capacity" value="58000"/>
<param key="device.battery.maxPower" value="107000"/>
Expand Down
2 changes: 1 addition & 1 deletion data/emissions/MMPEVEM/VW_ID4.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


<routes>
<vType actionStepLength="1.0" color="blue" emissionClass="MMPEVEM" id="VW_ID4" vClass="passenger">
<vType color="blue" emissionClass="MMPEVEM" id="VW_ID4" vClass="passenger">
<param key="has.battery.device" value="true"/>
<param key="device.battery.capacity" value="77000"/>
<param key="device.battery.maxPower" value="150000"/>
Expand Down
2 changes: 1 addition & 1 deletion data/emissions/MMPEVEM/VW_eUp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


<routes>
<vType actionStepLength="1.0" color="blue" emissionClass="MMPEVEM" id="VW_eUp" vClass="passenger">
<vType color="blue" emissionClass="MMPEVEM" id="VW_eUp" vClass="passenger">
<param key="has.battery.device" value="true"/>
<param key="device.battery.capacity" value="32300"/>
<param key="device.battery.maxPower" value="61000"/>
Expand Down

0 comments on commit 4549df1

Please sign in to comment.