Skip to content

Commit

Permalink
Switches to nested namespace syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-langholtz committed Feb 28, 2024
1 parent fb1cc90 commit 4dc20a3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Library/source/playrho/d2/Simplex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@

#include <playrho/d2/Simplex.hpp>

namespace playrho {
namespace d2 {
namespace playrho::d2 {

IndexPair3 GetIndexPairs(const SimplexEdges& collection) noexcept
{
Expand Down Expand Up @@ -239,5 +238,4 @@ Real Simplex::CalcMetric(const SimplexEdges& simplexEdges)
return Real{0};
}

} // namespace d2
} // namespace playrho
} // namespace playrho::d2

0 comments on commit 4dc20a3

Please sign in to comment.