From 224fa50389628eda9aa146bd8cf263733ec4272c Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <schaller@strw.leidenuniv.nl> Date: Mon, 4 Feb 2019 22:32:10 +0100 Subject: [PATCH] Removed duplicate line in the script dowloading planetary EoS files. End of lines in the Uranus REAMDEs. --- examples/EoSTables/get_eos_tables.sh | 1 - examples/GiantImpactUranus/README.md | 2 +- examples/GiantImpactUranus/configuration.yml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/examples/EoSTables/get_eos_tables.sh b/examples/EoSTables/get_eos_tables.sh index 554ab03086..979431777f 100755 --- a/examples/EoSTables/get_eos_tables.sh +++ b/examples/EoSTables/get_eos_tables.sh @@ -1,6 +1,5 @@ #!/bin/bash wget http://virgodb.cosma.dur.ac.uk/swift-webstorage/EoS/HM80_HHe.txt -wget http://virgodb.cosma.dur.ac.uk/swift-webstorage/EoS/HM80_HHe.txt wget http://virgodb.cosma.dur.ac.uk/swift-webstorage/EoS/HM80_ice.txt wget http://virgodb.cosma.dur.ac.uk/swift-webstorage/EoS/HM80_rock.txt diff --git a/examples/GiantImpactUranus/README.md b/examples/GiantImpactUranus/README.md index fb5c67bda6..c7d8687886 100644 --- a/examples/GiantImpactUranus/README.md +++ b/examples/GiantImpactUranus/README.md @@ -1,2 +1,2 @@ An example planetary simulation of a giant impact onto the young Uranus with -~10^6 SPH particles, as described in Kegerreis et al. (2018), ApJ, 861, 52. \ No newline at end of file +~10^6 SPH particles, as described in Kegerreis et al. (2018), ApJ, 861, 52. diff --git a/examples/GiantImpactUranus/configuration.yml b/examples/GiantImpactUranus/configuration.yml index 2cc6b16f6b..ccce852862 100644 --- a/examples/GiantImpactUranus/configuration.yml +++ b/examples/GiantImpactUranus/configuration.yml @@ -1,2 +1,2 @@ with-hydro: planetary -with-equation-of-state: planetary \ No newline at end of file +with-equation-of-state: planetary -- GitLab