Commenting create_ppm for now.

This commit is contained in:
Patrick Shriwise 2018-10-08 20:16:13 -05:00
parent 964afd6b8e
commit 9d7ce59d82

View file

@ -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