Skip to content
Snippets Groups Projects
Commit 2d712775 authored by Holger Grosshans's avatar Holger Grosshans
Browse files

modified: particles.f90

parent cbce95d0
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@
npTot=syncSumI(np)
nppTot=syncSumI(npp)
maxnp=npTot*(nrprocs)*3 !if nrprocs=1, one particle can be in domain, gc and sync storage
maxnp=npTot*3 ! one particle can be in domain, gc and sync storage
call allocateParticleArray(nppTot,up)
call allocateParticleArray(nppTot,vp)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment