Skip to content

Commit 3984fc6

Browse files
untrack unittest/taskflow
1 parent 038670e commit 3984fc6

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

example/matrix.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// and compares the runtime between sequential, OpenMP, and Taskflow
33
// implementations.
44

5-
#include <taskflow.hpp>
5+
#include "taskflow.hpp"
66
#include <random>
77
#include <numeric>
88
#include <fstream>

example/simple.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// TaskA---->TaskB---->TaskD
44
// TaskA---->TaskC---->TaskD
55

6-
#include <taskflow.hpp>
6+
#include "taskflow.hpp"
77

88
int main(){
99

unittest/taskflow

-777 KB
Binary file not shown.

0 commit comments

Comments
 (0)