mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Exposing print_plot through C. Using in input_xml now.
This commit is contained in:
parent
d11b90aa47
commit
41b58e0b9b
4 changed files with 26 additions and 74 deletions
|
|
@ -31,6 +31,8 @@ std::string time_stamp();
|
|||
|
||||
void print_overlap_check();
|
||||
|
||||
extern "C" void print_plot();
|
||||
|
||||
extern "C" void title();
|
||||
|
||||
} // namespace openmc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue