Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
hpp-fcl
Commits
181119a9
Unverified
Commit
181119a9
authored
Dec 04, 2019
by
Joseph Mirabel
Committed by
GitHub
Dec 04, 2019
Browse files
Merge pull request #110 from florent-lamiraux/devel
Update deprecation warning
parents
da384f05
8626b7c7
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/hpp/fcl/math/matrix_3f.h
View file @
181119a9
...
...
@@ -38,9 +38,9 @@
#ifndef HPP_FCL_MATRIX_3F_H
#define HPP_FCL_MATRIX_3F_H
# warning "This file is deprecated. Include <hpp/fcl/
m
at
h/
types.h> instead."
# warning "This file is deprecated. Include <hpp/fcl/
d
at
a_
types.h> instead."
// List of equivalent includes.
# include <hpp/fcl/
m
at
h/
types.h>
# include <hpp/fcl/
d
at
a_
types.h>
#endif
\ No newline at end of file
#endif
include/hpp/fcl/math/vec_3f.h
View file @
181119a9
...
...
@@ -38,9 +38,9 @@
#ifndef HPP_FCL_VEC_3F_H
#define HPP_FCL_VEC_3F_H
# warning "This file is deprecated. Include <hpp/fcl/
m
at
h/
types.h> instead."
# warning "This file is deprecated. Include <hpp/fcl/
d
at
a_
types.h> instead."
// List of equivalent includes.
# include <hpp/fcl/
m
at
h/
types.h>
# include <hpp/fcl/
d
at
a_
types.h>
#endif
\ No newline at end of file
#endif
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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