Changed to XxxDim for dimensions

This commit is contained in:
btracey
2013-10-02 00:12:53 -07:00
parent 160c4cdb30
commit 68fea43977

View File

@@ -15,16 +15,15 @@ type Dimension int
const ( const (
// SI Base Units // SI Base Units
Chemamt Dimension = iota // e.g. mol CurrentDim Dimension = iota
Current LengthDim
Length LuminosityDim
Luminosity MassDim
Mass TemperatureDim
Temperature TimeDim
Time
// Start of other SI Units // Start of other SI Units
Angle // e.g. radians AngleDim // e.g. radians
lastPackageDimension // Used in create dimension lastPackageDimensionDim // Used in create dimension
) )
// Dimensions represent the dimensionality of the unit in powers // Dimensions represent the dimensionality of the unit in powers