Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Put the walltimer_classes after swiftest_classes in the compilation s…
Browse files Browse the repository at this point in the history
…equence
  • Loading branch information
daminton committed Sep 20, 2021
1 parent 7199148 commit eb3ce0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
SWIFTEST_MODULES = swiftest_globals.f90 \
swiftest_operators.f90 \
lambda_function.f90\
walltime_classes.f90 \
swiftest_classes.f90 \
fraggle_classes.f90 \
whm_classes.f90 \
rmvs_classes.f90 \
helio_classes.f90 \
symba_classes.f90 \
walltime_classes.f90 \
swiftest.f90


Expand Down

0 comments on commit eb3ce0a

Please sign in to comment.