Skip to content

Commit

Permalink
Merge pull request #410 from emborchert/master
Browse files Browse the repository at this point in the history
Remove additional symbol in analysis_mcfost
  • Loading branch information
danieljprice committed May 5, 2023
2 parents 413ea09 + de8788e commit d3fcaae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/analysis_mcfost.f90
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ subroutine do_analysis(dumpfile,num,xyzh,vxyzu,particlemass,npart,time,iunit)
use eos, only:temperature_coef,gmw,gamma
use options, only:use_dustfrac,use_mcfost,use_Voronoi_limits_file,Voronoi_limits_file, &
use_mcfost_stellar_parameters, mcfost_computes_Lacc, mcfost_uses_PdV,&
mcfost_keep_part, ISM, mcfost_dust_subl\
mcfost_keep_part, ISM, mcfost_dust_subl
use physcon, only:cm,gram,c,steboltz

character(len=*), intent(in) :: dumpfile
Expand Down

0 comments on commit d3fcaae

Please sign in to comment.