diff --git a/src/cpp_implementation/NLMSvariants.cpp b/src/cpp_implementation/NLMSvariants.cpp index 39aa6c0..8cc4ef1 100644 --- a/src/cpp_implementation/NLMSvariants.cpp +++ b/src/cpp_implementation/NLMSvariants.cpp @@ -114,10 +114,9 @@ int main( int argc, char **argv ) { if ( strstr(xBuffer, istrue) ) { include = 1; } else if ( xBuffer && !strstr(xBuffer, istrue) ) { - templatePath = xBuffer; - - include = 1; - } else { + templatePath = xBuffer; + include = 1; + } else { printf( "Wrong Argruments: %s\n", argv[1]); usage(argv); }