From e14b1cb265d730c72e1a68db2acf2053a8e1fd70 Mon Sep 17 00:00:00 2001 From: Nicholas Persley Date: Tue, 31 Oct 2023 16:44:10 -0700 Subject: [PATCH] Update `SW_DOM_calc_ncStartSuid()` doxygen documentation --- src/SW_Domain.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/SW_Domain.c b/src/SW_Domain.c index 931c5bb3b..390c774fd 100644 --- a/src/SW_Domain.c +++ b/src/SW_Domain.c @@ -28,6 +28,8 @@ static int domain_inkey_to_id(char *key); * @param[in] SW_Domain Struct of type SW_DOMAIN holding constant * temporal/spatial information for a set of simulation runs * @param[in] suid Unique identifier for a simulation run + * @param[out] ncStartSuid Unique indentifier of the first suid to run + * in relation to netCDFs */ void SW_DOM_calc_ncStartSuid(SW_DOMAIN* SW_Domain, unsigned long suid, unsigned long ncStartSuid[]) {