Skip to content

Commit

Permalink
build failure in libexact fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljprice committed Feb 8, 2023
1 parent 5e1d67b commit 40eabc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,8 @@ lib: $(OBJLIB)
#
# libexact: exact solution library
#
SRCLIBEXACT= plotlib_mock.f90 libutils.f90 exact_shock.f90 exact_shock_sr.f90 exact_sedov.f90 \
SRCLIBEXACT= plotlib_mock.f90 libutils.f90 geometry.f90 exact_shock.f90 \
exact_shock_sr.f90 exact_sedov.f90 \
exact_polytrope.f90 exact_toystar1D.f90 exact_toystar2D.f90 exact_gresho.f90 \
exact_mhdshock.f90 exact_rhoh.f90 exact_densityprofiles.f90 exact_torus.f90 \
exact_ringspread.f90 cubicsolve.f90 exact_dustywaves.f90 exact_rochelobe.f90 \
Expand Down

0 comments on commit 40eabc5

Please sign in to comment.