mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 05:05:30 -04:00
Commenting create_ppm for now.
This commit is contained in:
parent
964afd6b8e
commit
9d7ce59d82
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ int openmc_plot_geometry() {
|
|||
|
||||
if (pl->type_ == PLOT_TYPE::SLICE) {
|
||||
// create 2D image
|
||||
create_ppm(pl);
|
||||
// create_ppm(pl);
|
||||
continue;
|
||||
} else if (pl->type_ == PLOT_TYPE::VOXEL) {
|
||||
// create voxel file for 3D viewing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue