Skip to content
Snippets Groups Projects

Draft: IMAP data structure using "reference" for lane-boundaries

Closed Xiao Pan requested to merge init_osi_map_reference_wrapper into master
44 files
+ 1500
125
Compare changes
  • Side-by-side
  • Inline
Files
44
@@ -12,8 +12,8 @@
@@ -12,8 +12,8 @@
/** @file bounding_box.h */
/** @file bounding_box.h */
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
#ifndef MANTLEAPI_COMMON_BOUNDINGBOX_H
#ifndef MANTLEAPI_COMMON_BOUNDING_BOX_H
#define MANTLEAPI_COMMON_BOUNDINGBOX_H
#define MANTLEAPI_COMMON_BOUNDING_BOX_H
#include <MantleAPI/Common/dimension.h>
#include <MantleAPI/Common/dimension.h>
#include <MantleAPI/Common/vector.h>
#include <MantleAPI/Common/vector.h>
@@ -38,4 +38,4 @@ inline bool operator==(const BoundingBox& lhs, const BoundingBox& rhs) noexcept
@@ -38,4 +38,4 @@ inline bool operator==(const BoundingBox& lhs, const BoundingBox& rhs) noexcept
} // namespace mantle_api
} // namespace mantle_api
#endif // MANTLEAPI_COMMON_BOUNDINGBOX_H
#endif // MANTLEAPI_COMMON_BOUNDING_BOX_H
Loading