Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CAMP
campvis-public
Commits
e88a4e46
Commit
e88a4e46
authored
Jun 03, 2014
by
Jakob Weiss
Browse files
fixed infinite loop in matrix processor
parent
6654c26a
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/openigtlink/processors/matrixprocessor.cpp
View file @
e88a4e46
...
...
@@ -256,6 +256,7 @@ namespace campvis {
default:
LWARNING
(
"Ignoring unknown modifier: "
<<
modifiers
[
pos
]);
}
++
pos
;
}
return
result
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment