Skip to content

Commit 2b07f04

Browse files
Update README.md
- Clean up example
1 parent d4ba0e0 commit 2b07f04

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ def calc_pi():
9797
the_sum = 0.0
9898
with openmp("parallel for reduction(+:the_sum) schedule(static)"):
9999
for j in range(num_steps):
100-
c = step
101100
x = ((j-1) - 0.5) * step
102101
the_sum += 4.0 / (1.0 + x * x)
103102

0 commit comments

Comments
 (0)