Skip to content

Commit 730eab1

Browse files
committed
manually renaming the SpecificFuelConsumption units in the UnitEnumValues
1 parent e623a1d commit 730eab1

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

Common/UnitEnumValues.g.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1331,12 +1331,10 @@
13311331
"MegajoulePerKilogramKelvin": 9
13321332
},
13331333
"SpecificFuelConsumption": {
1334-
"GramPerKiloNewtonSecond": 1,
1334+
"GramPerKilonewtonSecond": 1,
13351335
"KilogramPerKilogramForceHour": 2,
1336-
"KilogramPerKiloNewtonSecond": 3,
1337-
"PoundMassPerPoundForceHour": 4,
1338-
"GramPerKilonewtonSecond": 11,
1339-
"KilogramPerKilonewtonSecond": 6
1336+
"KilogramPerKilonewtonSecond": 3,
1337+
"PoundMassPerPoundForceHour": 4
13401338
},
13411339
"SpecificVolume": {
13421340
"CubicFootPerPound": 1,

UnitsNet.NanoFramework/GeneratedCode/Units/SpecificFuelConsumptionUnit.g.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

UnitsNet/GeneratedCode/Units/SpecificFuelConsumptionUnit.g.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)