projects
/
csc718.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b795870
)
small cleanup
author
Brendan Hansen
<brendan.f.hansen@gmail.com>
Tue, 1 Dec 2020 20:11:36 +0000
(14:11 -0600)
committer
Brendan Hansen
<brendan.f.hansen@gmail.com>
Tue, 1 Dec 2020 20:11:36 +0000
(14:11 -0600)
src/sim_omp.cpp
patch
|
blob
|
history
diff --git
a/src/sim_omp.cpp
b/src/sim_omp.cpp
index b8c128f9550e650bd707c60f37e85f742b09b00c..b09fbeed7a214fa795ea8b692ecd8949f0ebcb7e 100644
(file)
--- a/
src/sim_omp.cpp
+++ b/
src/sim_omp.cpp
@@
-230,7
+230,7
@@
loop(SimState* state)
clock_t total_clock_delta = 0;
clock_t before_update, after_update;
-#pragma omp parallel
+
#pragma omp parallel
{
while (!glfwWindowShouldClose(window))
{