Skip to content

Commit

Permalink
Remove comment/debug leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSt98 authored and reuterbal committed Oct 7, 2024
1 parent 8a9b2d1 commit 3e6e7b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions loki/transformations/transpile/fortran_c.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,6 @@ def __init__(self, inline_elementals=True, use_c_ptr=False, path=None, language=
def file_suffix(self):
if self.language == 'cpp':
return '.cpp'
# if self.language == 'cuda':
# return '.cu'
return '.c'

def transform_module(self, module, **kwargs):
Expand Down

0 comments on commit 3e6e7b8

Please sign in to comment.