From df8798af0db813741fea02d6df3f7800c413f6b1 Mon Sep 17 00:00:00 2001 From: Edward Hartnett Date: Mon, 23 Dec 2024 07:00:14 -0700 Subject: [PATCH] more wrapper work --- src/g2cf.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/g2cf.F90 b/src/g2cf.F90 index 5f03cd86..bd212736 100644 --- a/src/g2cf.F90 +++ b/src/g2cf.F90 @@ -376,7 +376,7 @@ end function g2cf_inq_prod !> @param[in] msg_num The message number in the file (first message is 1). !> @param[in] prod_num The product number in the message (first product is 1). !> @param[in] dim_num The dimension number in the product (first dimension is 1). - !> @param[out] len Length of dimension. + !> @param[out] dimlen Length of dimension. !> @param[out] name Name of dimension. !> @param[out] val Array of values along the dimension. !>