mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
class, not struct
This commit is contained in:
parent
2f879c8326
commit
8a8bb5f491
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ namespace openmc {
|
|||
// Global MGXS data container structure
|
||||
//==============================================================================
|
||||
|
||||
struct MgxsInterface {
|
||||
class MgxsInterface {
|
||||
public:
|
||||
|
||||
MgxsInterface() = default;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue