Skip to content

Commit

Permalink
Add LoadBalancer to top-level header
Browse files Browse the repository at this point in the history
  • Loading branch information
streeve committed Sep 1, 2023
1 parent 1579e88 commit 23242f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions cajita/src/Cajita.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,8 @@
#include <Cajita_SiloParticleOutput.hpp>
#endif

#ifdef Cabana_ENABLE_ALL
#include <Cajita_LoadBalancer.hpp>
#endif

#endif // end CAJITA_HPP
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
****************************************************************************/

#include <Cajita.hpp>
#include <Cajita_LoadBalancer.hpp>

#include <cmath>
#include <iostream>
Expand Down

0 comments on commit 23242f2

Please sign in to comment.