Skip to content

Commit

Permalink
Fixed nested namespaces for clang-tidy error in PeleLMeX, removed Uti…
Browse files Browse the repository at this point in the history
…lities.H from PelePhysics.H.wq (#545)
  • Loading branch information
dmontgomeryNREL authored Nov 8, 2024
1 parent e265383 commit 327aadb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion Source/PelePhysics.H
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include "PelePhysicsConstraints.H"
#include "EOS.H"
#include "Transport.H"
#include "Utilities.H"

namespace pele::physics {

Expand Down
6 changes: 2 additions & 4 deletions Source/Utility/Utilities/Utilities.H
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
#define UTILITIES_H

#include "UnitConversions.H"
namespace pele::physics {
namespace utilities {
namespace pele::physics::utilities {

} // namespace utilities
} // namespace pele::physics
} // namespace pele::physics::utilities

#endif

0 comments on commit 327aadb

Please sign in to comment.