Skip to content

Commit

Permalink
update to include endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Oct 12, 2023
1 parent 2f248af commit 5b6dd94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Exec/science/flame/analysis/profiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
dt = 0.005
tmax = 0.05

times = np.arange(0.0, tmax, dt)
times = np.arange(0.0, tmax + dt, dt)

def find_files(plist):

Expand Down

0 comments on commit 5b6dd94

Please sign in to comment.