Skip to content

Commit

Permalink
Update SW_DOM_calc_ncStartSuid() doxygen documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
N1ckP3rsl3y committed Oct 31, 2023
1 parent a0c77a7 commit e14b1cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/SW_Domain.c
Original file line number Diff line number Diff line change
Expand Up @@ -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[]) {
Expand Down

0 comments on commit e14b1cb

Please sign in to comment.