We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c9039 commit 86f91d7Copy full SHA for 86f91d7
10-heat-2D-stencil.chpl
@@ -22,7 +22,7 @@ if RunCommDiag then startCommDiagnostics();
22
23
for 1..N {
24
un <=> u;
25
- omega.updateFluff();
+ un.updateFluff();
26
forall (i, j) in omegaHat do
27
u[i, j] = un[i, j] + alpha * (
28
un[i-1, j] + un[i, j-1] +
0 commit comments