Skip to content

Commit

Permalink
Merge branch 'release_v1.6.0' of https://github.com/USEPA/useeior int…
Browse files Browse the repository at this point in the history
…o release_v1.6.0
  • Loading branch information
WesIngwersen committed Aug 2, 2024
2 parents 0ead446 + 7cd8023 commit bc57e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/WriteModel.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Functions for exporting the model to disc

#' The vector of matrices to write out
matrices <- c("V", "U", "U_d", "A", "A_d", "B", "C", "D", "L", "L_d",
matrices <- c("V", "U", "U_d", "A", "A_d", "A_m", "B", "C", "D", "L", "L_d",
"M", "M_d", "M_m", "N", "N_d", "N_m",
"Rho", "Phi", "Tau")

Expand Down

0 comments on commit bc57e30

Please sign in to comment.