Skip to content

Commit

Permalink
Use the chosen stopTime, etc in the javascript .md template
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19245 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Feb 21, 2014
1 parent b743411 commit 4d143e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Compiler/Template/CodegenJS.tpl
Expand Up @@ -56,15 +56,15 @@ html:
- name: stopTime
type: number
bs3caption: Stop time, sec
value: 0.1
value: <%s.stopTime%>
- name: intervals
type: number
bs3caption: Output intervals
value: 500
value: <%s.numberOfIntervals%>
- name: tolerance
type: number
bs3caption: Tolerance
value: 0.0001
value: <%s.tolerance%>
```

```js
Expand Down

0 comments on commit 4d143e1

Please sign in to comment.