summaryrefslogtreecommitdiff
path: root/src/particlecontainer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/particlecontainer.h')
-rw-r--r--src/particlecontainer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/particlecontainer.h b/src/particlecontainer.h
index a85c2da50..40968a657 100644
--- a/src/particlecontainer.h
+++ b/src/particlecontainer.h
@@ -20,8 +20,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef PARTICLE_CONTAINER_H
-#define PARTICLE_CONTAINER_H
+#ifndef PARTICLECONTAINER_H
+#define PARTICLECONTAINER_H
#include <list>
#include <vector>
@@ -135,4 +135,4 @@ protected:
std::vector<Particle *> mIndexedElements;
};
-#endif
+#endif // PARTICLECONTAINER_H