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
437690c3
Commit
437690c3
authored
Jul 20, 2016
by
Davis King
Browse files
Added missing const.
parent
c256cf09
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
dlib/filtering/rls_filter.h
dlib/filtering/rls_filter.h
+1
-1
dlib/filtering/rls_filter_abstract.h
dlib/filtering/rls_filter_abstract.h
+1
-1
No files found.
dlib/filtering/rls_filter.h
View file @
437690c3
...
...
@@ -151,7 +151,7 @@ namespace dlib
}
const
matrix
<
double
,
0
,
1
>&
get_predicted_next_state
(
)
)
const
{
return
next
;
}
...
...
dlib/filtering/rls_filter_abstract.h
View file @
437690c3
...
...
@@ -134,7 +134,7 @@ namespace dlib
!*/
const
matrix
<
double
,
0
,
1
>&
get_predicted_next_state
(
);
)
const
;
/*!
ensures
- returns the estimate of the next point we will observe in the
...
...
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