Skip to content

Commit

Permalink
(damping bcs) build failure with non-ind-timesteps+injection fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljprice committed Feb 8, 2023
1 parent 25b465e commit aada160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/initial.F90
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,10 @@ subroutine startrun(infile,logfile,evfile,dumpfile,noread)
h_acc,r_crit,r_crit2,rho_crit,rho_crit_cgs,icreate_sinks, &
r_merge_uncond,r_merge_cond,r_merge_uncond2,r_merge_cond2,r_merge2
use timestep, only:time,dt,dtextforce,C_force,dtmax
use timestep_ind, only:istepfrac
use timing, only:get_timings
#ifdef IND_TIMESTEPS
use timestep, only:dtmax
use timestep_ind, only:istepfrac,ibinnow,maxbins,init_ibin
use timestep_ind, only:ibinnow,maxbins,init_ibin
use part, only:ibin,ibin_old,ibin_wake,alphaind
use readwrite_dumps, only:dt_read_in
#else
Expand Down

0 comments on commit aada160

Please sign in to comment.