Skip to content
Snippets Groups Projects
Commit 45347eb7 authored by Florent Lamiraux's avatar Florent Lamiraux
Browse files

Fix inclusion guards.

parent af950a0e
No related branches found
No related tags found
No related merge requests found
......@@ -18,8 +18,8 @@
* with sot-core. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __SOT_BINARYOP_H__
#define __SOT_BINARYOP_H__
#ifndef SOT_CORE_BINARYOP_HH
#define SOT_CORE_BINARYOP_HH
/* --------------------------------------------------------------------- */
/* --- INCLUDE --------------------------------------------------------- */
......@@ -97,4 +97,4 @@ namespace dynamicgraph {
} // namespace dynamicgraph
#endif // #ifndef __SOT_BINARYOP_H__
#endif // #ifndef SOT_CORE_BINARYOP_HH
......@@ -18,8 +18,8 @@
* with sot-core. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __SOT_BINARYOP_H__
#define __SOT_BINARYOP_H__
#ifndef SOT_CORE_UNARYOP_HH
#define SOT_CORE_UNARYOP_HH
/* --------------------------------------------------------------------- */
/* --- INCLUDE --------------------------------------------------------- */
......@@ -88,4 +88,4 @@ namespace dynamicgraph {
} /* namespace sot */
} /* namespace dynamicgraph */
#endif // #ifndef __SOT_BINARYOP_H__
#endif // #ifndef SOT_CORE_UNARYOP_HH
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