Skip to content

Commit

Permalink
add a new line at eof
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuichi Asahi committed Nov 10, 2024
1 parent 2d2f9e9 commit 31846e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion examples/09_HasegawaWakatani/hasegawa_wakatani.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,4 +229,5 @@ def _poisson(self, fk):
model.run()
seconds = time.time() - start

print(f'Elapsed time: {seconds} [s]')
print(f'Elapsed time: {seconds} [s]')

2 changes: 1 addition & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ add_subdirectory(05_1DFFT_HOST_DEVICE)
add_subdirectory(06_1DFFT_reuse_plans)
add_subdirectory(07_unmanaged_views)
add_subdirectory(08_inplace_FFT)
add_subdirectory(09_HasegawaWakatani)
add_subdirectory(09_HasegawaWakatani)

0 comments on commit 31846e8

Please sign in to comment.