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
OpenDAS
dlib
Commits
0243b005
"docs/vscode:/vscode.git/clone" did not exist on "7c8ab626b3a2e4ec4e59a8d93f2c6a6dcf704b6d"
Commit
0243b005
authored
Dec 09, 2011
by
Davis King
Browse files
Changed code to avoid a compiler warning
parent
a80d9d57
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/svm/sequence_labeler.h
dlib/svm/sequence_labeler.h
+1
-1
No files found.
dlib/svm/sequence_labeler.h
View file @
0243b005
...
@@ -143,7 +143,7 @@ namespace dlib
...
@@ -143,7 +143,7 @@ namespace dlib
for
(
unsigned
long
i
=
0
;
i
<
x
.
size
();
++
i
)
for
(
unsigned
long
i
=
0
;
i
<
x
.
size
();
++
i
)
{
{
node_states
.
set_size
(
std
::
min
(
fe
.
order
(),
i
)
+
1
);
node_states
.
set_size
(
std
::
min
(
fe
.
order
(),
i
)
+
1
);
for
(
unsigned
long
j
=
0
;
j
<
node_states
.
size
();
++
j
)
for
(
unsigned
long
j
=
0
;
j
<
(
unsigned
long
)
node_states
.
size
();
++
j
)
node_states
(
j
)
=
y
[
i
-
j
];
node_states
(
j
)
=
y
[
i
-
j
];
if
(
fe
.
reject_labeling
(
x
,
node_states
,
i
))
if
(
fe
.
reject_labeling
(
x
,
node_states
,
i
))
...
...
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