Skip to content

Commit

Permalink
Merge pull request #682 from streeve/fixup_missing_lb_header
Browse files Browse the repository at this point in the history
Add LoadBalancer to top-level header
  • Loading branch information
streeve authored Sep 1, 2023
2 parents fbbbb0a + 23242f2 commit 063c695
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 063c695

Please sign in to comment.