Skip to content
Snippets Groups Projects
Commit df51164a authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Add forgotten curly bracket

parent a03dc7d3
No related branches found
No related tags found
No related merge requests found
...@@ -156,6 +156,7 @@ namespace hpp { ...@@ -156,6 +156,7 @@ namespace hpp {
to2 = transition->state(); to2 = transition->state();
stateOfStart.reset(); stateOfStart.reset();
} }
}
if (zeroDerivative) { if (zeroDerivative) {
if ( !(use_reverse && src_contains_q0 && src_contains_q1) if ( !(use_reverse && src_contains_q0 && src_contains_q1)
&& !(use_direct && dst_contains_q0 && dst_contains_q1) && !(use_direct && dst_contains_q0 && dst_contains_q1)
......
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