diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-25 14:53:27 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-25 15:29:27 (GMT) |
| commit | 082072a05e7847ed3c226495f9d613e11f768306 (patch) | |
| tree | 11b5f1eb0bf059df0a494aff86d2662ff7c24ecf /src/simulation/elements/Element.cpp | |
| parent | 6ace7bd26fe8f274d911beab143c2743f03af8cf (diff) | |
| download | powder-082072a05e7847ed3c226495f9d613e11f768306.zip powder-082072a05e7847ed3c226495f9d613e11f768306.tar.gz | |
OPS: Fix byte order when unpacking 4 byte tmp fields
Diffstat (limited to 'src/simulation/elements/Element.cpp')
| -rw-r--r-- | src/simulation/elements/Element.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/simulation/elements/Element.cpp b/src/simulation/elements/Element.cpp index 4ec33a6..8d4b997 100644 --- a/src/simulation/elements/Element.cpp +++ b/src/simulation/elements/Element.cpp @@ -26,7 +26,6 @@ Element::Element(): Weight(50), Temperature(273.15f), - Enthalpy(0.0f), HeatConduct(128), Description("No description"), |
