Skip to content

Commit

Permalink
fix compile error, blame @moonheart08
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob1 committed Jul 14, 2017
1 parent a76afb0 commit 711d15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simulation/elements/PROT.cpp
Expand Up @@ -132,7 +132,7 @@ int Element_PROT::update(UPDATE_FUNC_ARGS)
else if (parts[i].tmp > 420)
element = PT_URAN;
else if (parts[i].tmp > 310)
element = PT_POLO
element = PT_POLO;
else if (parts[i].tmp > 250)
element = PT_PLSM;
else if (parts[i].tmp > 100)
Expand Down

0 comments on commit 711d15f

Please sign in to comment.