Skip to content
Snippets Groups Projects
Unverified Commit 181119a9 authored by Joseph Mirabel's avatar Joseph Mirabel Committed by GitHub
Browse files

Merge pull request #110 from florent-lamiraux/devel

Update deprecation warning
parents da384f05 8626b7c7
No related branches found
No related tags found
No related merge requests found
...@@ -38,9 +38,9 @@ ...@@ -38,9 +38,9 @@
#ifndef HPP_FCL_MATRIX_3F_H #ifndef HPP_FCL_MATRIX_3F_H
#define HPP_FCL_MATRIX_3F_H #define HPP_FCL_MATRIX_3F_H
# warning "This file is deprecated. Include <hpp/fcl/math/types.h> instead." # warning "This file is deprecated. Include <hpp/fcl/data_types.h> instead."
// List of equivalent includes. // List of equivalent includes.
# include <hpp/fcl/math/types.h> # include <hpp/fcl/data_types.h>
#endif #endif
\ No newline at end of file
...@@ -38,9 +38,9 @@ ...@@ -38,9 +38,9 @@
#ifndef HPP_FCL_VEC_3F_H #ifndef HPP_FCL_VEC_3F_H
#define HPP_FCL_VEC_3F_H #define HPP_FCL_VEC_3F_H
# warning "This file is deprecated. Include <hpp/fcl/math/types.h> instead." # warning "This file is deprecated. Include <hpp/fcl/data_types.h> instead."
// List of equivalent includes. // List of equivalent includes.
# include <hpp/fcl/math/types.h> # include <hpp/fcl/data_types.h>
#endif #endif
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment