Skip to content

Commit 2bb0f79

Browse files
authored
Update nSlit.js
1 parent 5d407a1 commit 2bb0f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/javascript/simulations/nSlit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Grating } from "../shared/slit.js";
22
import { i2h, interpolate, w2h } from "../utils/color.js";
33

4-
// this is the very last attempt it will work
4+
// ily please work
55

66
class GratingFFTSimulation {
77
constructor(cvs, ctx, density = 1000, wavelength = 500e-9, slitWidth = 2e-6, distanceToScreen = 2.0) {

0 commit comments

Comments
 (0)