Skip to content

Commit

Permalink
Apply make style
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbowen42 committed Dec 12, 2024
1 parent 11cc30b commit 11ccdbc
Show file tree
Hide file tree
Showing 291 changed files with 43,289 additions and 37,321 deletions.
11 changes: 7 additions & 4 deletions include/RAJA/RAJA.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
#endif

#if defined(RAJA_ENABLE_DESUL_ATOMICS)
#include "RAJA/policy/desul.hpp"
#include "RAJA/policy/desul.hpp"
#endif

#include "RAJA/index/IndexSet.hpp"
Expand Down Expand Up @@ -197,11 +197,14 @@

#include "RAJA/pattern/sort.hpp"

namespace RAJA {
namespace expt{}
namespace RAJA
{
namespace expt
{}

// // provide a RAJA::expt namespace for experimental work, but bring alias
// // it into RAJA so it doesn't affect user code
// using namespace expt;
}
} // namespace RAJA

#endif // closing endif for header file include guard
Loading

0 comments on commit 11ccdbc

Please sign in to comment.