Skip to content

Commit

Permalink
support of CSwitcher in simbio
Browse files Browse the repository at this point in the history
  • Loading branch information
metelkin committed Aug 17, 2020
1 parent c91f907 commit ecd6929
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- add bind() method to `DSwitcher`
- export `DSwitcher` to formats: SLV, DBSolve, Matlab, Simbiology, SBML
- multispace Julia export
- export `CSwitcher` to formats: SLV, DBSolve, Matlab, SBML
- export `CSwitcher` to formats: SLV, DBSolve, Matlab, Simbiology, SBML

## 0.5.11

Expand Down
1 change: 1 addition & 0 deletions cases/9-c-switcher/src/index.heta
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ r1 @Reaction { actors: x1->x2 } := k1*x1*comp1;
#export { filepath: model, format: DBSolve };
#export { filepath: julia, format: Julia };
#export { filepath: matlab, format: Matlab };
#export { filepath: simbio, format: Simbio };

// switcher
cond1 @Record := 6-x1;
Expand Down
4 changes: 2 additions & 2 deletions export-formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,8 @@ Creation of Matlab files (.m) which represent ODE and code to run ODE.
|`@TimeSwitcher {start: time_start}` with ref to `@Const`|+ |+ |+ |- |+ |+ |+ |+ |+
|`@TimeSwitcher {period: 12}` infinite repeat |+ |+ |+ |- |+ |- |- |+ |+
|`@TimeSwitcher {stop: 120}` stop time for repeat |+ |+ |+ |- |+ |- |- |+ |+
|`@CSwitcher` class |+ ~~dynamic records~~ |+ ~~dynamic records~~ |+ |- |- |+ |+ |+ |+
|`@CSwitcher` with interpolation |- |- |+ |- |- |+ |na|na|na
|`@CSwitcher` class |+ ~~dynamic records~~ |+ ~~dynamic records~~ |+ |- |+ |+ |+ |+ |+
|`@CSwitcher` with interpolation |- |- |+ |- |+ |+ |na|na|na
|`@DSwitcher` class |+ ~~dynamic records~~ |+ ~~dynamic records~~ |+ |- |+ |+ |+ |+ |+
|`@DSwitcher` with interpolation |- |- |+ |- |+ |+ |na|na|na
|`@Dose` class |- |- |- |- |- |- |- |- |-
Expand Down

0 comments on commit ecd6929

Please sign in to comment.