Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
99018935
Commit
99018935
authored
Jul 31, 2003
by
Alexandre Duret-Lutz
Browse files
typos
parent
a6bb5eaa
Changes
1
Show whitespace changes
Inline
Side-by-side
src/ltlast/multop.cc
View file @
99018935
...
...
@@ -112,7 +112,7 @@ namespace spot
multop
::
add_sorted
(
vec
*
v
,
formula
*
f
)
{
// Keep V sorted. When adding a new multop, iterate over all
// element until we find either an identical
le
element, or the
// element until we find either an identical element, or the
// place where the new one should be inserted.
vec
::
iterator
i
;
for
(
i
=
v
->
begin
();
i
!=
v
->
end
();
++
i
)
...
...
@@ -121,7 +121,7 @@ namespace spot
break
;
if
(
*
i
==
f
)
{
// F is a
r
leady a child. Drop it.
// F is al
r
eady a child. Drop it.
destroy
(
f
);
return
;
}
...
...
Write
Preview
Supports
Markdown
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