Changing CellBorn filter name to match other class names

This commit is contained in:
Patrick Shriwise 2022-11-05 21:19:00 -05:00
parent 06fbf3fe01
commit 8d58588341
3 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,7 @@ namespace openmc {
//! Specifies which cell the particle was born in.
//==============================================================================
class CellbornFilter : public CellFilter {
class CellBornFilter : public CellFilter {
public:
//----------------------------------------------------------------------------
// Methods