| 84 | } |
| 85 | |
| 86 | void ParticlesManager::removeParticleDef(const std::string& name) |
| 87 | { |
| 88 | GlobalDeclarationManager().removeDeclaration(decl::Type::Particle, name); |
| 89 | } |
| 90 | |
| 91 | const std::string& ParticlesManager::getName() const |
| 92 | { |
no test coverage detected