Skip to content
Snippets Groups Projects
Commit 14b6cb6b authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Fixed logic for output language.

parent 7b4616e8
No related branches found
No related tags found
No related merge requests found
......@@ -320,10 +320,10 @@ main(int argc, char **argv)
s.erase(0, 9);
if (s == "julia")
language = LanguageOutputType::julia;
if (s == "matlab")
language = LanguageOutputType::matlab;
else if (s == "julia")
language = LanguageOutputType::julia;
else
{
cerr << "Incorrect syntax for language option" << endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment