Skip to content

Commit

Permalink
move Heap into pmp namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
dsieger committed Feb 16, 2019
1 parent 31a0b4e commit 258190d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/pmp/algorithms/Heap.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@

//=============================================================================

namespace pmp {

//=============================================================================

//! \addtogroup algorithms algorithms
//!@{

Expand Down Expand Up @@ -233,3 +237,5 @@ class Heap : private std::vector<HeapEntry>
//=============================================================================
//!@}
//=============================================================================
} // namespace pmp
//=============================================================================

0 comments on commit 258190d

Please sign in to comment.