Skip to content

Commit

Permalink
#2711 Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oakleybrunt committed Oct 8, 2024
1 parent a0e8598 commit be372f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/psyclone/domain/lfric/kern_call_arg_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ def field(self, arg, var_accesses=None):
sym = self._symtab.lookup_with_tag(f"{arg.name}:{suffix}")

if self._kern.iterates_over == "dof" and not isinstance(
self._kern, LFRicBuiltIn):
self._kern, LFRicBuiltIn):
# If dof kernel, add access to the field by dof ref
dof_sym = self._symtab.find_or_create_integer_symbol(
"df", tag="dof_loop_idx")
Expand Down

0 comments on commit be372f2

Please sign in to comment.