Differences From Artifact [41e5ffebe8]:
- Executable file mttroot/mtt/lib/rep/ident_rep.sh — part of check-in [7ecce29500] at 2003-09-25 13:54:41 on branch origin/master — Replaced gv by PSVIEW setting (user: gawthrop@users.sourceforge.net, size: 6583) [annotate] [blame] [check-ins using] [more...]
To Artifact [3dabea9320]:
- Executable file mttroot/mtt/lib/rep/ident_rep.sh — part of check-in [738e0032e9] at 2003-11-18 00:52:51 on branch origin/master — Added extras.domain default parameter (user: gawthrop@users.sourceforge.net, size: 6609) [annotate] [blame] [check-ins using] [more...]
| ︙ | ︙ | |||
201 202 203 204 205 206 207 208 209 210 211 212 213 214 |
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;
endfunction
EOF
}
make_dat2() {
| > | 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() {
|
| ︙ | ︙ |