Skip to content

Commit

Permalink
Removed generate_from_seed
Browse files Browse the repository at this point in the history
  • Loading branch information
williamjameshandley committed Feb 14, 2024
1 parent 04eab29 commit 423b24d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/nestwrap.F90
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ subroutine Initialise_PolyChord_Settings(Ini)
nest_settings%posteriors = .true.
nest_settings%cluster_posteriors = Ini%Read_Logical('do_clustering', .false.)

nest_settings%generate_from_seed = Ini%Read_Logical('generate_from_seed', .false.)
nest_settings%write_prior = Ini%Read_Logical('write_prior', .true.)
nest_settings%nprior = Ini%Read_Int('nprior', -1)
nest_settings%nprior_repeat = Ini%Read_Int('nprior_repeat', -1)
Expand Down

0 comments on commit 423b24d

Please sign in to comment.