Skip to content

Commit

Permalink
Unify verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoor committed Nov 6, 2024
1 parent eae9878 commit aab61de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/advanceTurbine.jl
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ function advanceTurb(tnew;ts=2*pi/(turbslices[1].omega[1]*turbslices[1].ntheta),
step1 = 0 #initialize scope
for istep = 1:n_steps#(itime,time) in enumerate(timevec)

if verbosity>0
if verbosity>3
println("istep $istep of $(n_steps)")
end

Expand Down

0 comments on commit aab61de

Please sign in to comment.