removed tri namespace from OccupancyGrid
This commit is contained in:
parent
02c4e32a1f
commit
6f38a1adc6
|
@ -10,8 +10,6 @@
|
||||||
#define OG_MESH_INFO_MAX_STAT 64
|
#define OG_MESH_INFO_MAX_STAT 64
|
||||||
|
|
||||||
namespace vcg {
|
namespace vcg {
|
||||||
namespace tri {
|
|
||||||
|
|
||||||
template<class MeshType>
|
template<class MeshType>
|
||||||
class OccupancyGrid {
|
class OccupancyGrid {
|
||||||
|
|
||||||
|
@ -429,7 +427,6 @@ namespace vcg {
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif //VCGLIB_OCCUPANCY_GRID_H
|
#endif //VCGLIB_OCCUPANCY_GRID_H
|
||||||
|
|
Loading…
Reference in New Issue