Skip to content

Commit

Permalink
i.evapo.pm: Add curly bracket to disabled code (#2579)
Browse files Browse the repository at this point in the history
This trivial fix for a disabled code in i.evapo.pm is useful for indentation with GNU indent which gets confused by the missing bracket. Now the code preprocessor-disabled code is valid code.
  • Loading branch information
wenzeslaus committed Feb 13, 2023
1 parent d3617d5 commit aa51d69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imagery/i.evapo.pm/functions.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,5 @@ DCELL calc_openwaterETp(DCELL T, DCELL Z, DCELL u2, DCELL Rn, int day UNUSED,

/* calculus psichiometric constant gamma [hPa/degC] with cp=1.005[KJ/(Kg*K)] */
gamma = ((1.005*P)/(0.622*lambda))*0.001;
}
#endif

0 comments on commit aa51d69

Please sign in to comment.