Skip to content

Commit

Permalink
Fix build warnings, reduce duplicate code, use 64 bit indices
Browse files Browse the repository at this point in the history
  • Loading branch information
rieder committed Oct 18, 2024
1 parent 304f743 commit d39f1d6
Show file tree
Hide file tree
Showing 2 changed files with 746 additions and 737 deletions.
2 changes: 1 addition & 1 deletion src/main/evolve.F90
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,11 @@ subroutine evol(infile,logfile,evfile,dumpfile,flag)
integer :: j,nskip,nskipped,nevwrite_threshold,nskipped_sink,nsinkwrite_threshold
character(len=120) :: dumpfile_orig

tzero = time
if (.not. initialized) then
tprint = 0.
nsteps = 0
nsteplast = 0
tzero = time
dtlast = 0.
dtinject = huge(dtinject)
dtrad = huge(dtrad)
Expand Down
Loading

0 comments on commit d39f1d6

Please sign in to comment.