fix another error in the chemistry context

This commit is contained in:
Ryan Kingsbury
2014-09-01 00:29:42 -04:00
parent 91eb1475df
commit 43dce2faf6

View File

@@ -345,6 +345,7 @@ firkin = barrel / 4
# moles/mass -> moles/volume require the solvent mass and the volume
[substance] / [mass] -> [substance]/[volume]: value * solvent_mass / volume
[substance] -> [substance] / [mass]: value / solvent_mass * volume
[substance] / [volume] -> [substance] / [mass]: value / solvent_mass *
volume
@end