diff options
| author | jacob1 <jfu614@gmail.com> | 2013-05-08 14:29:10 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-05-08 14:29:10 (GMT) |
| commit | c0b45928392efdffbde819842387a041e2d1936a (patch) | |
| tree | e315dc38d198a8ed05aafa1788293339b271951d /src/simulation/elements/TUGN.cpp | |
| parent | 77102f4bbaff9d15617b83e674939b108442ae21 (diff) | |
| download | powder-c0b45928392efdffbde819842387a041e2d1936a.zip powder-c0b45928392efdffbde819842387a041e2d1936a.tar.gz | |
fix PSCN BRAY (tmp = 2) not stopping normal BRAY from going through
also some other random things
Diffstat (limited to 'src/simulation/elements/TUGN.cpp')
| -rw-r--r-- | src/simulation/elements/TUGN.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/TUGN.cpp b/src/simulation/elements/TUGN.cpp index 9614ae5..4fb8032 100644 --- a/src/simulation/elements/TUGN.cpp +++ b/src/simulation/elements/TUGN.cpp @@ -29,7 +29,7 @@ Element_TUGN::Element_TUGN() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 251; - Description = "Brittle metal with a very high melting point"; + Description = "Brittle metal with a very high melting point."; State = ST_SOLID; Properties = TYPE_SOLID|PROP_CONDUCTS|PROP_LIFE_DEC; |
