Moving some attributes of ObjectPlot to C++ types.

This commit is contained in:
Patrick Shriwise 2018-10-12 10:46:21 -05:00
parent 9eef0884af
commit 1b71af6baa
2 changed files with 48 additions and 48 deletions

View file

@ -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;
};