Skip to content

Commit

Permalink
heat equation: minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Apr 15, 2016
1 parent 89e809f commit c348137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/heat_equation/chapel/src/heat_equation.chpl
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ do{
} while (!stop);

timer.stop();
writeln("Heat Equation (single machine) - n: ",n,
writeln("Heat Equation (Chapel) - n: ",n,
", iterations: ", iterations,
", elapsed-time: ", timer.elapsed(), " seconds");

Expand Down

0 comments on commit c348137

Please sign in to comment.