From 483b8711df1de9d09ce5b74a3c97c6e0f14ae8dd Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Wed, 10 Apr 2013 17:22:19 -0400 Subject: [PATCH] Removed dependence of state_point on tally. --- src/DEPENDENCIES | 1 - src/state_point.F90 | 1 - 2 files changed, 2 deletions(-) diff --git a/src/DEPENDENCIES b/src/DEPENDENCIES index 5e2a96a099..27080cd2b8 100644 --- a/src/DEPENDENCIES +++ b/src/DEPENDENCIES @@ -340,7 +340,6 @@ state_point.o: math.o state_point.o: output.o state_point.o: source.o state_point.o: string.o -state_point.o: tally.o state_point.o: tally_header.o string.o: constants.o diff --git a/src/state_point.F90 b/src/state_point.F90 index ef2a899bbe..904dea6432 100644 --- a/src/state_point.F90 +++ b/src/state_point.F90 @@ -25,7 +25,6 @@ module state_point use source, only: write_source_binary use string, only: to_str use tally_header, only: TallyObject - use tally, only: setup_active_usertallies #ifdef MPI use mpi