Skip to content

Commit

Permalink
moved option setting a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfhm committed Oct 30, 2023
1 parent 94c89c6 commit 85e93bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transformations/transformations/single_column_coalesced.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ def __init__(self, horizontal, directive=None, inline_members=False, fix_scalar_
assert directive in [None, 'openacc']
self.directive = directive

self.fix_scalar_syntax = fix_scalar_syntax
self.inline_members = inline_members
self.fix_scalar_syntax = fix_scalar_syntax

@classmethod
def check_routine_pragmas(cls, routine, directive):
Expand Down

0 comments on commit 85e93bf

Please sign in to comment.