mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Changing CellBorn filter name to match other class names
This commit is contained in:
parent
06fbf3fe01
commit
8d58588341
3 changed files with 4 additions and 4 deletions
|
|
@ -11,7 +11,7 @@ namespace openmc {
|
|||
//! Specifies which cell the particle was born in.
|
||||
//==============================================================================
|
||||
|
||||
class CellbornFilter : public CellFilter {
|
||||
class CellBornFilter : public CellFilter {
|
||||
public:
|
||||
//----------------------------------------------------------------------------
|
||||
// Methods
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue