Fix qto bug where cubic meter units are incorrectly converted.

This commit is contained in:
Dion Moult
2024-06-03 22:49:40 +10:00
parent 94c159ccd0
commit 2ea3fe4ab9
2 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ class SI2ProjectUnitConverter:
"IfcLengthMeasure": "METRE",
"IfcMassMeasure": "GRAM",
"IfcTimeMeasure": "SECOND",
"IfcVolumeMeasure": "CUBIE_METRE",
"IfcVolumeMeasure": "CUBIC_METRE",
}
def convert(self, value, measure):