From 82c677ef331c3a624c2ceb130f13a9a97c839d3d Mon Sep 17 00:00:00 2001 From: Daniel Shiffman Date: Wed, 6 Mar 2013 22:57:58 -0500 Subject: [PATCH] removing comment about iterator --- .../Topics/Simulate/MultipleParticleSystems/ParticleSystem.pde | 1 - 1 file changed, 1 deletion(-) diff --git a/java/examples/Topics/Simulate/MultipleParticleSystems/ParticleSystem.pde b/java/examples/Topics/Simulate/MultipleParticleSystems/ParticleSystem.pde index 570551009..7b5586835 100644 --- a/java/examples/Topics/Simulate/MultipleParticleSystems/ParticleSystem.pde +++ b/java/examples/Topics/Simulate/MultipleParticleSystems/ParticleSystem.pde @@ -1,5 +1,4 @@ // An ArrayList is used to manage the list of Particles -// An Iterator is used to remove "dead" particles while iterating over the list class ParticleSystem {