mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Moving some attributes of ObjectPlot to C++ types.
This commit is contained in:
parent
9eef0884af
commit
1b71af6baa
2 changed files with 48 additions and 48 deletions
|
|
@ -68,8 +68,8 @@ namespace openmc {
|
|||
int index_meshlines_mesh;
|
||||
ObjectColor meshlines_color;
|
||||
ObjectColor not_found;
|
||||
ObjectColor colors[MAX_COORD];
|
||||
char path_plot[MAX_WORD_LEN];
|
||||
std::vector<ObjectColor*> colors;
|
||||
std::string path_plot;
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue