Skip to content

Commit 86f91d7

Browse files
committed
fix typo in updateFluff
Signed-off-by: Jade Abraham <jade.abraham@hpe.com>
1 parent 18c9039 commit 86f91d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

10-heat-2D-stencil.chpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if RunCommDiag then startCommDiagnostics();
2222

2323
for 1..N {
2424
un <=> u;
25-
omega.updateFluff();
25+
un.updateFluff();
2626
forall (i, j) in omegaHat do
2727
u[i, j] = un[i, j] + alpha * (
2828
un[i-1, j] + un[i, j-1] +

0 commit comments

Comments
 (0)