Skip to content

Commit

Permalink
a good default, for bwd compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
p-costa committed Mar 5, 2022
1 parent 719f6f6 commit 8ded592
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/param.f90
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ subroutine read_input()
character(len=100) :: filename
character(len= 3) :: cblock
integer :: q
nsaves_max = 0 ! a good default, for backward compatibility
open(newunit=iunit,file='dns.in',status='old',action='read',iostat=ierr)
if( ierr == 0 ) then
read(iunit,*) cfl,dtmin
Expand Down

0 comments on commit 8ded592

Please sign in to comment.