removed tri namespace from OccupancyGrid

This commit is contained in:
gabryon99 2021-09-13 19:34:50 +02:00 committed by gabryon99
parent 02c4e32a1f
commit 6f38a1adc6
1 changed files with 384 additions and 387 deletions

View File

@ -10,8 +10,6 @@
#define OG_MESH_INFO_MAX_STAT 64
namespace vcg {
namespace tri {
template<class MeshType>
class OccupancyGrid {
@ -429,7 +427,6 @@ namespace vcg {
}
};
}
}
#endif //VCGLIB_OCCUPANCY_GRID_H