diff options
Diffstat (limited to 'science/esys-particle/files/patch-Geometry_SphAggGougeBlock.hpp')
-rw-r--r-- | science/esys-particle/files/patch-Geometry_SphAggGougeBlock.hpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/science/esys-particle/files/patch-Geometry_SphAggGougeBlock.hpp b/science/esys-particle/files/patch-Geometry_SphAggGougeBlock.hpp deleted file mode 100644 index 5206377f0713..000000000000 --- a/science/esys-particle/files/patch-Geometry_SphAggGougeBlock.hpp +++ /dev/null @@ -1,11 +0,0 @@ ---- Geometry/SphAggGougeBlock.hpp.orig 2018-11-05 04:51:07 UTC -+++ Geometry/SphAggGougeBlock.hpp -@@ -36,7 +36,7 @@ namespace esys { - void SphAggGougeBlock::visitParticles(TmplVisitor& visitor) const - { - GougeBlock3D::visitParticles(visitor); -- for(vector<SBG_ptr>::iterator it = m_grainParticleGen.begin(); -+ for(auto it = m_grainParticleGen.begin(); - it != m_grainParticleGen.end(); - it++) - { |