aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/PhysicalParticleContainer.cpp
diff options
context:
space:
mode:
authorGravatar RevathiJambunathan <revanathan@gmail.com> 2020-01-27 11:19:42 -0800
committerGravatar RevathiJambunathan <revanathan@gmail.com> 2020-01-27 11:19:42 -0800
commit4cca65a294c9a4e53c378c551d31c64d8ca4f135 (patch)
tree52f9d2b0bfabe1174b5c96410da8cd7588174cfd /Source/Particles/PhysicalParticleContainer.cpp
parentdf33d42347dc65c4cf9fb2072c296ff93be76622 (diff)
downloadWarpX-4cca65a294c9a4e53c378c551d31c64d8ca4f135.tar.gz
WarpX-4cca65a294c9a4e53c378c551d31c64d8ca4f135.tar.zst
WarpX-4cca65a294c9a4e53c378c551d31c64d8ca4f135.zip
EOL fix
Diffstat (limited to 'Source/Particles/PhysicalParticleContainer.cpp')
-rw-r--r--Source/Particles/PhysicalParticleContainer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Particles/PhysicalParticleContainer.cpp b/Source/Particles/PhysicalParticleContainer.cpp
index c0960b141..d437a5b61 100644
--- a/Source/Particles/PhysicalParticleContainer.cpp
+++ b/Source/Particles/PhysicalParticleContainer.cpp
@@ -1112,7 +1112,7 @@ PhysicalParticleContainer::FieldGather (int lev,
costarr(i,j,k) += wt;
});
}
- // synchronize avoids cudaStreams from over-writing the temporary arrays used to
+ // synchronize avoids cudaStreams from over-writing the temporary arrays used to
// store positions
Gpu::synchronize();
}