mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
read user-provided plot names, also more sophisticated file extension checking
This commit is contained in:
parent
071b6fa796
commit
d51fd873ab
2 changed files with 39 additions and 6 deletions
|
|
@ -284,6 +284,7 @@ public:
|
|||
virtual void print_info() const;
|
||||
|
||||
private:
|
||||
void set_output_path(pugi::xml_node plot_node);
|
||||
void set_look_at(pugi::xml_node node);
|
||||
void set_camera_position(pugi::xml_node node);
|
||||
void set_field_of_view(pugi::xml_node node);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue