Skip to content

Commit

Permalink
Material Editor: fix unit for specific heat, fixes #3781
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach authored and yorikvanhavre committed Feb 5, 2019
1 parent eba3b95 commit f05d8c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Mod/Material/MatPropDict.xml
Expand Up @@ -63,7 +63,7 @@
<Property Name="ThermalExpansionCoefficient" Type="Quantity" Units="(0, 0, 0, 0, -1, 0, 0, 0)">
<Reference>https://en.wikipedia.org/wiki/Volumetric_thermal_expansion_coefficient</Reference>
</Property>
<Property Name="SpecificHeat" Type="Quantity" Units="(2, 1, -2, 0, -1, 0, 0, 0)">
<Property Name="SpecificHeat" Type="Quantity" Units="(2, 0, -2, 0, -1, 0, 0, 0)">
<Reference>https://en.wikipedia.org/wiki/Heat_capacity</Reference>
</Property>
</Group>
Expand Down Expand Up @@ -128,4 +128,4 @@
<Group Name="User defined">
</Group>

</MatPropDict>
</MatPropDict>

0 comments on commit f05d8c3

Please sign in to comment.