Skip to content

Commit

Permalink
fix typo == instead of =
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisRenchon committed Jul 29, 2024
1 parent 0c247a9 commit fe1aaf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/standalone/Vegetation/Canopy.jl
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ function ClimaLand.make_update_aux(

# Update Rd, An, Vcmax25 (if applicable to model) in place
Vcmax25 = p.canopy.photosynthesis.Vcmax25
SIF == p.canopy.photosynthesis.SIF
SIF = p.canopy.photosynthesis.SIF
update_photosynthesis!(
Rd,
An,
Expand Down

0 comments on commit fe1aaf9

Please sign in to comment.