Skip to content

Commit

Permalink
fix, Myrio* constructors still used old class names
Browse files Browse the repository at this point in the history
  • Loading branch information
nkehrein committed Nov 4, 2024
1 parent 81bddd6 commit 81b8845
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/model-myriophyllum.R
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ setClass("MyrioLogScenario", contains="MyrioLog")
#' @aliases MyrioExp-class MyrioExpScenario-class
#' @export
Myrio <- function() {
new("MyrioExpScenario",
new("MyrioExp",
name="Myriophyllum",
param.req=c("k_photo_max", "E_max", "EC50_int", "b", "P", "r_A_DW",
"r_FW_DW", "r_FW_V", "r_DW_TSL", "K_pw", "k_met"),
Expand Down Expand Up @@ -187,7 +187,7 @@ Myrio <- function() {
#' @aliases MyrioLog-class MyrioLogScenario-class
#' @export
Myrio_log <- function() {
new("MyrioLogScenario",
new("MyrioLog",
name="Myriophyllum",
param.req=c("k_photo_max", "BM_L", "E_max", "EC50_int", "b", "P",
"r_A_DW", "r_FW_DW", "r_FW_V", "r_DW_TSL", "K_pw", "k_met"),
Expand Down
2 changes: 1 addition & 1 deletion man/Algae-models.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/Rsubcapitata.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 81b8845

Please sign in to comment.