mirror of
https://github.com/nasa/trick.git
synced 2025-04-07 19:34:23 +00:00
Bad units specification [dB] #312
Added a conversion of [dB] to [1] for use in udunits.
This commit is contained in:
parent
b2432fd269
commit
b88ff45f94
@ -26,6 +26,7 @@ static std::map< std::string, std::string> init_map_old_to_ud() {
|
||||
init_map["Wh"] = "(W*h)" ;
|
||||
init_map["kWh"] = "(kW*h)" ;
|
||||
init_map["gal"] = "gallon" ;
|
||||
init_map["dB"] = "1" ;
|
||||
init_map["one"] = "1" ;
|
||||
init_map["cnt"] = "count" ;
|
||||
init_map["--"] = "1" ;
|
||||
|
Loading…
x
Reference in New Issue
Block a user