Skip to content

Commit

Permalink
proper method
Browse files Browse the repository at this point in the history
  • Loading branch information
RemDelaporteMathurin committed Oct 18, 2023
1 parent d10b5e0 commit 4f36e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion festim/hydrogen_transport_problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def run(self, final_time: float):

for export in self.exports:
if isinstance(export, F.VTXExport):
export.writer.write(float(self.t))
export.write(float(self.t))

# update previous solution
self.u_n.x.array[:] = self.u.x.array[:]
Expand Down

0 comments on commit 4f36e55

Please sign in to comment.