From 5e8ac1b98a3d670abbec0dd509072a4d5925ca4c Mon Sep 17 00:00:00 2001 From: Bryan Herman Date: Tue, 13 Aug 2013 16:35:34 -0400 Subject: [PATCH] added empty arg list on subroutines --- src/input_xml.F90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/input_xml.F90 b/src/input_xml.F90 index 8c3df4f58c..f1363d85a9 100644 --- a/src/input_xml.F90 +++ b/src/input_xml.F90 @@ -1593,7 +1593,7 @@ contains ! for errors and placing properly-formatted data in the right data structures !=============================================================================== - subroutine read_tallies_xml + subroutine read_tallies_xml() integer :: i ! loop over user-specified tallies integer :: j ! loop over words @@ -2446,7 +2446,7 @@ contains ! READ_PLOTS_XML reads data from a plots.xml file !=============================================================================== - subroutine read_plots_xml + subroutine read_plots_xml() integer i, j integer n_cols, col_id, n_comp, n_masks