Skip to content

Commit

Permalink
code refactoring
Browse files Browse the repository at this point in the history
Just just code cleaning after fixing abstolerance
  • Loading branch information
sn248 committed Nov 10, 2024
1 parent 86ae0b3 commit 9c83f92
Show file tree
Hide file tree
Showing 103 changed files with 4,509 additions and 2,145 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Imports:
Rcpp (>= 1.0.12)
LinkingTo:
Rcpp, RcppArmadillo
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown,
Expand Down
2 changes: 1 addition & 1 deletion R/RcppExports.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cvode <- function(time_vector, IC, input_function, Parameters, reltolerance = 0.
#'@param Parameters Parameters input to ODEs
#'@param reltolerance Relative Tolerance (a scalar, default value = 1e-04)
#'@param abstolerance Absolute Tolerance (a scalar or vector with length equal to ydot, default = 1e-04)
#'@param SensType Sensitivity Type - allowed values are Staggered (default)", "STG" (for Staggered) or "SIM" (for Simultaneous)
#'@param SensType Sensitivity Type - allowed values are "STG" (for Staggered, default) or "SIM" (for Simultaneous)
#'@param ErrCon Error Control - allowed values are TRUE or FALSE (default)
#'@returns A data frame. First column is the time-vector, the next y * p columns are sensitivities of y1 w.r.t all parameters, then y2 w.r.t all parameters etc. y is the state vector, p is the parameter vector
#'@example /inst/examples/cvs_Roberts_dns.r
Expand Down
1 change: 1 addition & 0 deletions docs/.nojekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

127 changes: 41 additions & 86 deletions docs/404.html

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

121 changes: 24 additions & 97 deletions docs/LICENSE-text.html

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

Loading

0 comments on commit 9c83f92

Please sign in to comment.