Skip to content

Commit

Permalink
Add type for POLO, closes #458
Browse files Browse the repository at this point in the history
  • Loading branch information
iczero authored and jacob1 committed Jun 18, 2017
1 parent 714ee8f commit 42b8f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simulation/elements/POLO.cpp
Expand Up @@ -30,7 +30,7 @@ Element_POLO::Element_POLO()
HeatConduct = 251;
Description = "Polonium, highly radioactive. Decays into NEUT and heats up.";

Properties = PROP_NEUTPASS|PROP_RADIOACTIVE|PROP_LIFE_DEC|PROP_DEADLY;
Properties = TYPE_PART|PROP_NEUTPASS|PROP_RADIOACTIVE|PROP_LIFE_DEC|PROP_DEADLY;

LowPressure = IPL;
LowPressureTransition = NT;
Expand Down

0 comments on commit 42b8f52

Please sign in to comment.