Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix CRAY creating FILT
  • Loading branch information
My main account authored and jacob1 committed Jun 19, 2017
1 parent 3336209 commit 5de384c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/simulation/Simulation.cpp
Expand Up @@ -3353,6 +3353,9 @@ int Simulation::create_part(int p, int x, int y, int t, int v)
parts[i].tmp2 = 4;
break;
}
case PT_FILT:
parts[i].tmp = v;
break;
default:
break;
}
Expand Down

0 comments on commit 5de384c

Please sign in to comment.