diff options
Diffstat (limited to 'src/simulation/elements/DEUT.cpp')
| -rw-r--r-- | src/simulation/elements/DEUT.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/DEUT.cpp b/src/simulation/elements/DEUT.cpp index 98f27a5..fb58700 100644 --- a/src/simulation/elements/DEUT.cpp +++ b/src/simulation/elements/DEUT.cpp @@ -31,7 +31,7 @@ Element_DEUT::Element_DEUT() Description = "Deuterium oxide. Volume changes with temp, radioactive with neutrons."; State = ST_LIQUID; - Properties = TYPE_LIQUID|PROP_NEUTPENETRATE; + Properties = TYPE_LIQUID|PROP_NEUTPASS; LowPressure = IPL; LowPressureTransition = NT; |
