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

Commit

Permalink
Merge branch 'OOPSymba' into OOPTides
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Aug 5, 2021
2 parents a82da3e + ee7bdec commit cf94bf9
Show file tree
Hide file tree
Showing 15 changed files with 2,808 additions and 278 deletions.
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
#******************************************************************************

SWIFTEST_MODULES = swiftest_globals.f90 \
lambda_function.f90\
swiftest_classes.f90 \
swiftest_operators.f90 \
whm_classes.f90 \
rmvs_classes.f90 \
helio_classes.f90 \
symba_classes.f90 \
lambda_function.f90\
swiftest.f90


Expand Down Expand Up @@ -96,6 +96,11 @@ lib:
ln -s $(SWIFTEST_HOME)/Makefile.Defines .; \
ln -s $(SWIFTEST_HOME)/Makefile .; \
make libdir
cd $(SWIFTEST_HOME)/src/fragmentation; \
rm -f Makefile.Defines Makefile; \
ln -s $(SWIFTEST_HOME)/Makefile.Defines .; \
ln -s $(SWIFTEST_HOME)/Makefile .; \
make libdir
cd $(SWIFTEST_HOME)/src/gr; \
rm -f Makefile.Defines Makefile; \
ln -s $(SWIFTEST_HOME)/Makefile.Defines .; \
Expand Down Expand Up @@ -189,6 +194,7 @@ clean:
cd $(SWIFTEST_HOME)/src/discard; rm -f Makefile.Defines Makefile *.gc*
cd $(SWIFTEST_HOME)/src/drift; rm -f Makefile.Defines Makefile *.gc*
cd $(SWIFTEST_HOME)/src/eucl; rm -f Makefile.Defines Makefile *.gc*
cd $(SWIFTEST_HOME)/src/fragmentation; rm -f Makefile.Defines Makefile *.gc*
cd $(SWIFTEST_HOME)/src/gr; rm -f Makefile.Defines Makefile *.gc*
cd $(SWIFTEST_HOME)/src/helio; rm -f Makefile.Defines Makefile *.gc*
cd $(SWIFTEST_HOME)/src/io; rm -f Makefile.Defines Makefile *.gc*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@
print(f'BIG_DISCARD no')
print(f'DISCARD_OUT discard.swiftest.out')
print(f'ROTATION no')
print(f'ENERGY yes')
print(f'GR no')
print(f'MU2KG {MU2KG}')
print(f'DU2M {DU2M}')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ EXTRA_FORCE no
BIG_DISCARD no
DISCARD_OUT discard.swiftest.out
ROTATION no
ENERGY yes
GR no
MU2KG 1.988409870698051e+30
DU2M 149597870700.0
Expand Down
Loading

0 comments on commit cf94bf9

Please sign in to comment.