Skip to content

Commit

Permalink
Default fastsweep to false if too few frequencies
Browse files Browse the repository at this point in the history
  • Loading branch information
simonp0420 committed Mar 16, 2024
1 parent 3b3ca44 commit a659e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PSSFSS.jl
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ vector can be passed as an input to the [`extract_result`](@refs) function to ob
performance parameters that are supported by the [`@outputs`](@refs) macro.
"""
function analyze(strata::Vector, flist, steering; outlist=[], logfile="pssfss.log",
resultfile="pssfss.res", showprogress::Bool=true, fastsweep::Bool=true)
resultfile="pssfss.res", showprogress::Bool=true, fastsweep::Bool=length(flist)6)
tstart = time()
layers = Layer[deepcopy(s) for s in strata if s isa Layer]
sheets = RWGSheet[s for s in strata if s isa Sheet]
Expand Down

0 comments on commit a659e43

Please sign in to comment.