Skip to content

Commit

Permalink
Merge branch 'fix-insitu-halo-finding' into fix-reeber-build
Browse files Browse the repository at this point in the history
  • Loading branch information
n8xm committed Dec 20, 2024
2 parents 24346b6 + bdec354 commit c9eab0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/IO/Nyx_output.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,7 @@ Nyx::updateInSitu ()
#endif

#ifdef REEBER
amrex::Vector<Halo>& reeber_halos);
amrex::Vector<Halo> reeber_halos;
halo_find(parent->dtLevel(level), reeber_halos);
halo_print(reeber_halos);
#endif
Expand Down

0 comments on commit c9eab0d

Please sign in to comment.