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 17, 2024
1 parent 28ad8e6 commit 8df39d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/psyclone/domain/lfric/lfric_loop.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
from psyclone.core import AccessType
from psyclone.domain.common.psylayer import PSyLoop
from psyclone.domain.lfric import LFRicConstants, LFRicKern
from psyclone.domain.lfric.lfric_builtins import LFRicBuiltIn
from psyclone.domain.lfric.lfric_types import LFRicTypes
from psyclone.errors import GenerationError, InternalError
from psyclone.f2pygen import CallGen, CommentGen
Expand Down Expand Up @@ -482,7 +481,7 @@ def _upper_bound_fortran(self):
f"{self.field.proxy_name_indexed}%"
f"{self.field.ref_name()}%get_last_dof_annexed()")
else:
result = self._kern.undf_name
result = self._kern.undf_name
return result
if self._upper_bound_name == "ncells":
if Config.get().distributed_memory:
Expand Down

0 comments on commit 8df39d0

Please sign in to comment.