Exposing openmc_plot_geom through C rather than plot.F90.

This commit is contained in:
Patrick Shriwise 2018-10-12 17:10:06 -05:00
parent 96e5007276
commit 72bee80142
5 changed files with 8 additions and 49 deletions

View file

@ -73,7 +73,7 @@ namespace openmc {
};
extern "C" int openmc_plot_geometry_c();
//extern "C" int openmc_plot_geometry();
extern "C" void read_plots(pugi::xml_node* plot_node);