Skip to content

Commit

Permalink
Update parallelisation.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ElektrikAkar committed Dec 10, 2023
1 parent 52046ba commit f78a67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dtwc/parallelisation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// #include <execution>
// #include <algorithm>
#include <cstddef>
#include "omp.h"
#include <omp.h>


namespace dtwc {
Expand Down

0 comments on commit f78a67f

Please sign in to comment.