Skip to content

Commit 10aed23

Browse files
committed
1. test
1 parent b377902 commit 10aed23

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

source/main.cpp

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
#include <omp.h>
1313
#endif
1414

15+
#include <fstream>
16+
1517
int main(int argc, char** argv)
1618
{
1719
/*
@@ -52,5 +54,9 @@ int main(int argc, char** argv)
5254
fftw_cleanup_threads();
5355
#endif
5456

57+
if(false)
58+
std::cout<<false<<std::endl;
59+
60+
5561
return 0;
56-
}
62+
}

0 commit comments

Comments
 (0)