Commit 76e2e43
Clean up circuit file and move menu entry to bottom of Misc Devices
Address Paul feedback on PR pfalstad#252:
- Remove captured simulation state from capacitor (voltdiff, initialVoltage)
- Fix floating-point noise in capacitance value (0.00009999999999999 -> 1e-4)
- Remove extra minTimeStep parameter from settings line
- Replace garbled scope lines with clean voltage/current scopes
- Move Loss-Free Resistor to bottom of Misc Devices menu
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 89fb968 commit 76e2e43
File tree
2 files changed
+5
-6
lines changed- src/com/lushprojects/circuitjs1/public
- circuits
2 files changed
+5
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
| 23 | + | |
| 24 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
436 | 436 | | |
437 | 437 | | |
438 | 438 | | |
439 | | - | |
440 | 439 | | |
441 | 440 | | |
442 | 441 | | |
| |||
461 | 460 | | |
462 | 461 | | |
463 | 462 | | |
| 463 | + | |
464 | 464 | | |
465 | 465 | | |
0 commit comments