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

@ -28,8 +28,8 @@ const int NULLRGB[3] = {0, 0, 0};
// RUN_PLOT controls the logic for making one or many plots
//===============================================================================
int openmc_plot_geometry_c() {
extern "C"
int openmc_plot_geometry() {
int err;
for(int i = 0; i < n_plots; i++) {