mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Add virtual destructor on ScattData
This commit is contained in:
parent
68c1358565
commit
00ba52c0fd
1 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,8 @@ class ScattDataTabular;
|
|||
//==============================================================================
|
||||
|
||||
class ScattData {
|
||||
public:
|
||||
virtual ~ScattData() = default;
|
||||
protected:
|
||||
//! \brief Initializes the attributes of the base class.
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue