aboutsummaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-06-20 18:04:22 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2015-06-20 18:04:22 +0200
commitfea21a504e7ce3df45c8c35d171b7e3856316126 (patch)
treeed6bae1433309fd994251bcfa0f4ffaff277d107 /NEWS.md
parentb0fe6dead1fe891d6b05bf70c0b990c2edc2d9f7 (diff)
Correction and improvement of NEWS
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS.md b/NEWS.md
index 2f58417f..1256c652 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -3,8 +3,8 @@
## MAJOR CHANGES
- If a compiler (gcc) is installed, use a version of the differential equation model compiled from C code, which is a huge performance boost for models where only the deSolve method works.
-- `mkinmod()`: Create a list component $compiled in the list returned by mkinmod, if a version can be compiled from autogenerated C code (see above).
-- `mkinfit()`: Set the default `solution_type` to `deSolve` when a compiled version of the model is present, except if an analytical solution is possible.
+- `mkinmod()`: Create a list component $cf (of class CFuncList) in the list returned by mkinmod, if a version can be compiled from autogenerated C code (see above).
+- `mkinfit()`: Set the default `solution_type` to `deSolve` when a compiled version of the model is present, except when an analytical solution is possible.
## MINOR CHANGES

Contact - Imprint