mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
remove meaningless const qualifiers from plot.h (#2695)
This commit is contained in:
parent
98fe64dd5a
commit
d4c40aa355
1 changed files with 2 additions and 2 deletions
|
|
@ -99,8 +99,8 @@ public:
|
|||
virtual void print_info() const = 0;
|
||||
|
||||
const std::string& path_plot() const { return path_plot_; }
|
||||
const int id() const { return id_; }
|
||||
const int level() const { return level_; }
|
||||
int id() const { return id_; }
|
||||
int level() const { return level_; }
|
||||
|
||||
// Public color-related data
|
||||
PlottableInterface(pugi::xml_node plot_node);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue