Skip to content
Snippets Groups Projects
Commit 24ab93b7 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

fixed LGTM warning

parent 141446db
No related branches found
No related tags found
No related merge requests found
...@@ -126,8 +126,7 @@ ResetCell::ResetCell(const ActionOptions&ao): ...@@ -126,8 +126,7 @@ ResetCell::ResetCell(const ActionOptions&ao):
parse("TYPE",type); parse("TYPE",type);
log<<" type: "<<type<<"\n"; log<<" type: "<<type<<"\n";
if(type=="TRIANGULAR") { if(type!="TRIANGULAR") error("undefined type "+type);
} else error("undefined type "+type);
checkRead(); checkRead();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment