Skip to content
Snippets Groups Projects
Commit 09b63358 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Removed unwanted change from previous commit

parent 45a232f2
No related branches found
No related tags found
2 merge requests!1086Gravity interactions locked at the cell level, not particle level,!1077Improved multipole acceptance criterion (MAC)
......@@ -157,12 +157,6 @@ for i in range(n_snapshots):
# running SWIFT (can be specified in yml file)
filename = "./StellarEvolutionSolution/Z_%.4f/StellarEvolutionTotal.txt"%Z_star
file = open("forPeter.txt", "w")
file.write("# Z_star=%.4f\n"%Z_star)
file.write("# Age [Gyr] Mass [-]\n")
for i in range(np.size(t)):
file.write("%e %e\n"%(t[i] * unit_time_in_cgs / Gyr_in_cgs, swift_box_star_mass[i] / swift_box_star_mass[0]))
# Read EAGLE test output
data = loadtxt(filename)
eagle_time_Gyr = data[:,0]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment