Make small changes

This commit is contained in:
2023-09-12 22:48:28 +02:00
parent b88a9027bc
commit 7d39248a15
16 changed files with 36 additions and 30 deletions

View File

@@ -6,7 +6,7 @@ def main():
x = []
v = []
with open('analytical_solution.txt') as f:
with open('output/analytical_solution.txt') as f:
for line in f:
a, b = line.strip().split()
x.append(float(a))