Skip to content

Commit

Permalink
Update allHist documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
N1ckP3rsl3y committed Dec 9, 2024
1 parent 139ad76 commit 95069d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/SW_datastructs.h
Original file line number Diff line number Diff line change
Expand Up @@ -859,8 +859,8 @@ typedef struct {

/* Daily weather record */
SW_WEATHER_HIST
*allHist; /**< Daily weather values; array of length `n_years` of
pointers to struct #SW_WEATHER_HIST where the first
*allHist; /**< Daily weather values; array of length `n_years` holding
instances of the struct #SW_WEATHER_HIST where the first
represents values for calendar year `startYear` */
unsigned int n_years; /**< Length of `allHist`, i.e., number of years of
daily weather */
Expand Down

0 comments on commit 95069d1

Please sign in to comment.