Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c65a54 commit 63a32c6Copy full SHA for 63a32c6
src/main.cpp
@@ -17,8 +17,6 @@ using namespace std;
17
TEV_NAMESPACE_BEGIN
18
19
int mainFunc(int argc, char* argv[]) {
20
- Imf::setGlobalThreadCount(thread::hardware_concurrency());
21
-
22
ArgumentParser parser{
23
"Inspection tool for images with a high dynamic range.",
24
"",
@@ -148,6 +146,8 @@ int mainFunc(int argc, char* argv[]) {
148
146
return 0;
149
147
}
150
+ Imf::setGlobalThreadCount(thread::hardware_concurrency());
+
151
cout << "Loading window..." << endl;
152
153
// Load images passed via command line in the background prior to
0 commit comments