From e25b3342a893986f71d1e56d26c524fb42fa9deb Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Sat, 13 Oct 2018 22:43:24 -0500 Subject: [PATCH] Removing other plot_header references. --- src/api.F90 | 1 - src/input_xml.F90 | 1 - src/output.F90 | 1 - 3 files changed, 3 deletions(-) diff --git a/src/api.F90 b/src/api.F90 index 25a992c9f6..bb99180ccb 100644 --- a/src/api.F90 +++ b/src/api.F90 @@ -63,7 +63,6 @@ contains use geometry_header use material_header use photon_header - use plot_header use sab_header use settings use simulation_header diff --git a/src/input_xml.F90 b/src/input_xml.F90 index 6476f7d7f1..74ca51223b 100644 --- a/src/input_xml.F90 +++ b/src/input_xml.F90 @@ -25,7 +25,6 @@ module input_xml use multipole_header use output, only: title, header use photon_header - use plot_header use random_lcg, only: prn use surface_header use set_header, only: SetChar, SetInt diff --git a/src/output.F90 b/src/output.F90 index 4215fc5096..485d957a6e 100644 --- a/src/output.F90 +++ b/src/output.F90 @@ -14,7 +14,6 @@ module output use mgxs_interface use nuclide_header use particle_header, only: LocalCoord, Particle - use plot_header use sab_header, only: SAlphaBeta use settings use simulation_header