We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cbdc4ac + 227f021 commit a13c700Copy full SHA for a13c700
src/common.fypp
@@ -192,8 +192,8 @@ ${prefix + joinstr.join([line.strip() for line in txt.split("\n")]) + suffix}$
192
#!
193
#! Args:
194
#! varname (str): Name of the variable to be used as origin
195
-#! rank (int): Rank of the original variable
196
-#! idim (int): Dimension of the variable
+#! rank (int): Rank of the original array variable
+#! idim (int): Dimension of the variable dropped
197
198
#! Returns:
199
#! Array rank suffix string enclosed in braces
0 commit comments