diff options
| author | jacob1 <jfu614@gmail.com> | 2013-05-04 03:19:16 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-05-04 03:19:16 (GMT) |
| commit | 0b2e8a412ec3d5b43281ce3cda1fc8aed55c8a2f (patch) | |
| tree | f4b198a7fe8db3b3495817238f838c96f3cf2afb /src/simulation/elements/REPL.cpp | |
| parent | c68e4b1393f92fadfe4cf4b6dcca212414dd8646 (diff) | |
| download | powder-0b2e8a412ec3d5b43281ce3cda1fc8aed55c8a2f.zip powder-0b2e8a412ec3d5b43281ce3cda1fc8aed55c8a2f.tar.gz | |
fix some descriptions
Diffstat (limited to 'src/simulation/elements/REPL.cpp')
| -rw-r--r-- | src/simulation/elements/REPL.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/REPL.cpp b/src/simulation/elements/REPL.cpp index 81b7c84..d0e2aaf 100644 --- a/src/simulation/elements/REPL.cpp +++ b/src/simulation/elements/REPL.cpp @@ -28,7 +28,7 @@ Element_REPL::Element_REPL() Temperature = 20.0f+0.0f +273.15f; HeatConduct = 0; - Description = "Repels or attracts particles based on it's temp value."; + Description = "Repels or attracts particles based on its temp value."; State = ST_NONE; Properties = TYPE_SOLID; |
