Refine ParticleSetPool::getParticleSet needed
Open
enhancement
stale
- Dominant language
- C++
- Stars
- 403
- Forks
- 154
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 82
Description
It currently returns nullptr if a particleset is not found by name. This behavior was needed but potentially can be changed to
```
ParticleSet& ParticleSetPool::getParticleSet(pname)
```
and throw exception if not found. It this safe this way.
Contributor guide
Assessment
This issue has not been assessed yet.