mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-24 12:05:32 -04:00
Exposing openmc_plot_geom through C rather than plot.F90.
This commit is contained in:
parent
96e5007276
commit
72bee80142
5 changed files with 8 additions and 49 deletions
|
|
@ -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++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue