diff --git a/src/Structure/ParticleMatterInteraction.cpp b/src/Structure/ParticleMatterInteraction.cpp
index df5505f2e1fd1b8738a1e12c0b7ba5ec9bb2ea18..e37f1690970a9165c36c2e6d516b79952814958b 100644
--- a/src/Structure/ParticleMatterInteraction.cpp
+++ b/src/Structure/ParticleMatterInteraction.cpp
@@ -126,9 +126,7 @@ void ParticleMatterInteraction::initParticleMatterInteractionHandler(ElementBase
     if (type.empty()) {
         throw OpalException("ParticleMatterInteraction::initParticleMatterInteractionHandler",
                             "TYPE is not defined for PARTICLEMATTERINTERACTION");    
-    } else if (type == "CCOLLIMATOR" ||
-               type == "COLLIMATOR" ||
-               type == "DEGRADER") {
+    } else if (type == "COLLIMATOR" || type == "DEGRADER") {
          handler_m = new CollimatorPhysics(getOpalName(), &element, material, enableRutherford);
          *gmsg << *this << endl;
     } else if (type == "BEAMSTRIPPING") {