Skip to content

Commit

Permalink
Edits for GitHub build
Browse files Browse the repository at this point in the history
  • Loading branch information
Alison Young committed Dec 10, 2024
1 parent 8987fae commit d580376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/analysis_disc_stresses.f90
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ subroutine radial_binning(npart,xyzh,vxyzu,pmass,eos_vars)
real,intent(in) :: pmass
real,intent(in) :: xyzh(:,:),vxyzu(:,:),eos_vars(:,:)

integer :: ibin,ipart,nbinned,iallocerr,ierr
integer :: ibin,ipart,nbinned,iallocerr
real :: area,csi

print '(a,I4)', 'Carrying out radial binning, number of bins: ',nbins
Expand Down

0 comments on commit d580376

Please sign in to comment.