Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamOrmondroyd committed Oct 25, 2023
1 parent fcaf9f3 commit 05ab023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/polychord/generate.F90
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ subroutine GenerateLivePoints(loglikelihood,prior,settings,RTI,mpi_information)
use array_module, only: add_point
use abort_module
#ifdef MPI
use mpi_module, only: mpi_bundle,is_root,linear_mode,throw_point,catch_point,more_points_needed,sum_integers,sum_doubles,request_point,no_more_points,scatter_points,gather_points
use mpi_module, only: mpi_bundle,is_root,linear_mode,sum_integers,sum_doubles,scatter_points,gather_points
#else
use mpi_module, only: mpi_bundle,is_root,linear_mode
#endif
Expand Down

0 comments on commit 05ab023

Please sign in to comment.