mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-21 05:43:10 -07:00
Add Pressure_Torr as a new unit constant in UnitConverterDataConstants.h.
This commit adds the Pressure_Torr constant to the list of unit constants in the UnitConverterDataConstants.h file.
This commit is contained in:
parent
2074db6f78
commit
5901d20532
1 changed files with 2 additions and 1 deletions
|
@ -166,7 +166,8 @@ namespace CalculatorApp
|
||||||
Area_Pyeong = UnitStart + 165,
|
Area_Pyeong = UnitStart + 165,
|
||||||
Energy_Kilowatthour = UnitStart + 166,
|
Energy_Kilowatthour = UnitStart + 166,
|
||||||
Data_Nibble = UnitStart + 167,
|
Data_Nibble = UnitStart + 167,
|
||||||
UnitEnd = Data_Nibble
|
Pressure_Torr = UnitStart + 168,
|
||||||
|
UnitEnd = Pressure_Torr
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue