summaryrefslogtreecommitdiff
path: root/science/esys-particle/files/patch-Geometry_SphAggGougeBlock.hpp
blob: 5206377f0713cbce04c43b03a59941ffc4eb222e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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++)
 	{