| 238 | )"; |
| 239 | |
| 240 | inline std::string createParticleSource() |
| 241 | { |
| 242 | return ParticleSourceTemplate; |
| 243 | } |
| 244 | |
| 245 | inline particles::IParticleDef::Ptr createParticleFromSource(const std::string& defName) |
| 246 | { |
no outgoing calls
no test coverage detected