Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
7298821a
Commit
7298821a
authored
Sep 26, 2012
by
JINMEI Tatuya
Browse files
[2282merge] Merge branch 'trac2218' into trac2282merge
parents
8660a77a
7e2522e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/memory/domaintree.h
View file @
7298821a
...
...
@@ -716,7 +716,7 @@ public:
last_comparison_
(
other
.
last_comparison_
)
{
for
(
size_t
i
=
0
;
i
<
level_count_
;
i
++
)
{
nodes_
[
i
]
=
other
.
nodes_
[
i
];
nodes_
[
i
]
=
other
.
nodes_
[
i
];
}
}
...
...
@@ -1776,8 +1776,8 @@ DomainTree<T>::largestNode() const {
}
else
if
(
node
->
getDown
()
!=
NULL
)
{
node
=
node
->
getDown
();
}
else
{
break
;
}
break
;
}
}
return
(
node
);
...
...
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