We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86f91d7 commit 50222b2Copy full SHA for 50222b2
10-heat-2D-stencil.chpl
@@ -9,7 +9,7 @@ config const ny = 1000;
9
config const N = 10000;
10
config const alpha = 0.1;
11
12
-const omega = stencilDist.createDomain(0..<nx, 0..<ny, fluff=(1, 1)),
+const omega = stencilDist.createDomain({0..<nx, 0..<ny}, fluff=(1, 1)),
13
omegaHat = omega.expand(-1);
14
15
var u: [omega] real = 1.0;
0 commit comments