mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Removed dependence of state_point on tally.
This commit is contained in:
parent
b862359381
commit
483b8711df
2 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue