-
Notifications
You must be signed in to change notification settings - Fork 383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Density Conversions are Incorrect #172
Comments
Hmm. Looking at the tests and comparing it to Googles unit conversion these seems to be correct.
But just looking at this code it seems wrong... Not sure what I'm missing. |
Yes, those are correct. The error is in the Density.g.cs file in the properties region. |
New .json file { |
Created pull request with fix. |
Fixed in #173 |
I found four errors in the density conversions. Please see below.
public double KilogramsPerCubicCentimeter
{
//Was this // get { return _kilogramsPerCubicMeter_0.00000001; }
get { return kilogramsPerCubicMeter 1e-6; }
}
The text was updated successfully, but these errors were encountered: