Skip to content

Commit

Permalink
Add missing license
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuichi Asahi committed Nov 10, 2024
1 parent 31846e8 commit 11affc0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/09_HasegawaWakatani/hasegawa_wakatani.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file
#
# SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception

import argparse
import pathlib
import time
Expand Down Expand Up @@ -230,4 +234,3 @@ def _poisson(self, fk):
seconds = time.time() - start

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

0 comments on commit 11affc0

Please sign in to comment.