Skip to content

Commit

Permalink
@ivan-pi suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Pribec <ivan.pribec@gmail.com>
  • Loading branch information
jvdp1 and ivan-pi committed Jul 23, 2021
1 parent bdb47b7 commit 227f021
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common.fypp
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ ${prefix + joinstr.join([line.strip() for line in txt.split("\n")]) + suffix}$
#!
#! Args:
#! varname (str): Name of the variable to be used as origin
#! rank (int): Rank of the original variable
#! idim (int): Dimension of the variable
#! rank (int): Rank of the original array variable
#! idim (int): Dimension of the variable dropped
#!
#! Returns:
#! Array rank suffix string enclosed in braces
Expand Down

0 comments on commit 227f021

Please sign in to comment.