Skip to content

Commit

Permalink
fixed comma error
Browse files Browse the repository at this point in the history
  • Loading branch information
SmithEcophysLab committed Nov 19, 2024
1 parent 6eafb9f commit f040cdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file added .Rapp.history
Empty file.
4 changes: 2 additions & 2 deletions calc_optimal_vcmax.R
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@ calc_optimal_vcmax <- function(pathway = "C3", tg_c = 25, z = 0, vpdo = 1, cao =
"nall" = nall,
"nphoto" = nphoto,
"nrubisco_frac" = nrubisco_frac,
"nphoto_frac" = nphoto_frac
"gsw"=gsw
"nphoto_frac" = nphoto_frac,
"gsw"=gsw,
"gsc"=gsc)

return(results)
Expand Down

0 comments on commit f040cdb

Please sign in to comment.