class, not struct

This commit is contained in:
Gavin Ridley 2019-11-08 14:57:04 -05:00
parent 2f879c8326
commit 8a8bb5f491

View file

@ -15,7 +15,7 @@ namespace openmc {
// Global MGXS data container structure
//==============================================================================
struct MgxsInterface {
class MgxsInterface {
public:
MgxsInterface() = default;