Skip to content

Commit

Permalink
#2245 Updated doc string and returned doc string to class
Browse files Browse the repository at this point in the history
  • Loading branch information
oakleybrunt committed Aug 25, 2023
1 parent 7d57507 commit 519db20
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/psyclone/domain/lfric/lfric_loop_bounds.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
# Modified J. Henrichs, Bureau of Meteorology
# Modified A. B. G. Chalk and N. Nobre, STFC Daresbury Lab

''' This module Handles all variables required for specifying loop limits within a
PSy-layer routine.'''
''' This module provides the LFRicLoopBounds Class that handles all variables
required for specifying loop limits within an LFRic PSy-layer routine.'''

# Imports
from psyclone.configuration import Config
Expand All @@ -47,6 +47,11 @@

class LFRicLoopBounds(LFRicCollection):

'''
Handles all variables required for specifying loop limits within
an LFRic PSy-layer routine.
'''

def _invoke_declarations(self, parent):
'''
Only needed because method is virtual in parent class.
Expand Down

0 comments on commit 519db20

Please sign in to comment.