diff options
| author | jacob1 <jfu614@gmail.com> | 2013-03-25 04:18:47 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-03-25 04:18:47 (GMT) |
| commit | 36adc3c516084f64657054b16d854ab3a368ff40 (patch) | |
| tree | 611cde4b168294688edda4b43abc1fc1ceb67149 /src/simulation/Simulation.cpp | |
| parent | 6bf98ccdca39936a3c51367862eed7c49f8786ec (diff) | |
| download | powder-36adc3c516084f64657054b16d854ab3a368ff40.zip powder-36adc3c516084f64657054b16d854ab3a368ff40.tar.gz | |
Fix NEUT not going through INVS
Diffstat (limited to 'src/simulation/Simulation.cpp')
| -rw-r--r-- | src/simulation/Simulation.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simulation/Simulation.cpp b/src/simulation/Simulation.cpp index d59ac51..03f90a1 100644 --- a/src/simulation/Simulation.cpp +++ b/src/simulation/Simulation.cpp @@ -2116,6 +2116,7 @@ void Simulation::init_can_move() can_move[PT_ELEC][PT_BIZRG] = 2; can_move[PT_PHOT][PT_BIZRS] = 2; can_move[PT_ELEC][PT_BIZRS] = 2; + can_move[PT_NEUT][PT_INVIS] = 2; //whol eats anar can_move[PT_ANAR][PT_WHOL] = 1; |
