Skip to content

Commit

Permalink
Fixed compile of in situ halo finding code.
Browse files Browse the repository at this point in the history
  • Loading branch information
n8xm committed Oct 18, 2024
1 parent 708f578 commit bdec354
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 bdec354

Please sign in to comment.