Removed dependence of state_point on tally.

This commit is contained in:
Paul Romano 2013-04-10 17:22:19 -04:00
parent b862359381
commit 483b8711df
2 changed files with 0 additions and 2 deletions

View file

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

View file

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