From 9d7ce59d823750213afca36947a34b56e4de592c Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Mon, 8 Oct 2018 20:16:13 -0500 Subject: [PATCH] Commenting create_ppm for now. --- src/plot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plot.cpp b/src/plot.cpp index 7b4a03590..4139134a4 100644 --- a/src/plot.cpp +++ b/src/plot.cpp @@ -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