Skip to content

Commit

Permalink
Merge branch 'median' of https://github.com/jvdp1/stdlib into median
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdp1 committed Jul 23, 2021
2 parents cbdc4ac + 227f021 commit a13c700
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 a13c700

Please sign in to comment.