Overview
Comment: | Added extras.domain default parameter |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
4c352bed7c9a7a8f1e81bb0fa3b93daa |
User & Date: | gawthrop@users.sourceforge.net on 2003-11-18 00:52:51 |
Other Links: | branch diff | manifest | tags |
Context
2003-12-03
| ||
14:55:17 | Display fabs(x) as |x| (required when -cc option is used). check-in: 2b5a31dc3c user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2003-11-18
| ||
00:52:51 | Added extras.domain default parameter check-in: 4c352bed7c user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2003-11-13
| ||
00:42:51 | Made Xfig bond graph library available alongside standard libraries (debian) check-in: 88f0d05096 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/rep/ident_rep.sh from [41e5ffebe8] to [3dabea9320].
︙ | |||
201 202 203 204 205 206 207 208 209 210 211 212 213 214 | 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 | + | extras.criterion = 1e-5; extras.emulate_timing = 0; extras.max_iterations = 10; extras.simulate = simulate; extras.v = 1e-2; extras.verbose = 1; extras.visual = 1; extras.domain = "time"; endfunction EOF } make_dat2() { |
︙ |