Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyl-OR committed Jul 12, 2022
1 parent 1af3d27 commit f6d79fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dandere2x_cpp/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ int main(int argc, char **argv) {
el::Loggers::reconfigureAllLoggers(c);

// Parses the users inputs and starts the driver to preform Dandere2x Block Matching Calculations.
bool debug = true; //debug flag
bool debug = false; //debug flag

string workspace = "C:\\Users\\windw0z\\Documents\\GitHub\\dandere2x\\src\\workspace\\gui\\subworkspace";
string block_matching_arg = "exhaustive";
Expand Down

0 comments on commit f6d79fe

Please sign in to comment.