mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Going back to PlotBase. Makes more sense as Plot inherits from it.
This commit is contained in:
parent
fbd0e5e4c5
commit
1e7271d0b4
3 changed files with 28 additions and 28 deletions
|
|
@ -73,7 +73,7 @@ enum class PlotColorBy {
|
|||
//===============================================================================
|
||||
// Plot class
|
||||
//===============================================================================
|
||||
struct Slice {
|
||||
struct PlotBase {
|
||||
// Members
|
||||
Position origin_; //!< Plot origin in geometry
|
||||
Position width_; //!< Plot width in geometry
|
||||
|
|
@ -82,7 +82,7 @@ struct Slice {
|
|||
int level_; //!< Plot universe level
|
||||
};
|
||||
|
||||
class Plot : public Slice
|
||||
class Plot : public PlotBase
|
||||
{
|
||||
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue