Skip to content

Commit

Permalink
(build) build failure in utils fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljprice committed Aug 4, 2020
1 parent 8aa965c commit 0cea0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2255,7 +2255,7 @@ SRCMULT = physcon.f90 ${CONFIG} ${SRCKERNEL} io.F90 mpi_utils.F90 ${SRCFASTMATH}
viscosity.f90 options.f90 damping.f90 ${SRCEOS} \
utils_infiles.f90 utils_dumpfiles.f90 utils_summary.f90 centreofmass.f90 \
${SRCCHEM} ${DOMAIN} ${SRCPOT} ptmass.F90 ${LINKLIST} ${SRCTURB} \
prompting.f90 ${SRCDUST} ${SRCNIMHD} readwrite_infile.f90 ${MULTIRUNFILE}
checkconserved.f90 prompting.f90 ${SRCDUST} ${SRCNIMHD} readwrite_infile.f90 ${MULTIRUNFILE}
OBJM1 = ${SRCMULT:.f90=.o}
OBJMULT = ${OBJM1:.F90=.o}

Expand Down

0 comments on commit 0cea0f0

Please sign in to comment.