Skip to content

Commit

Permalink
Update Src/AmrCore/AMReX_AmrMesh.H
Browse files Browse the repository at this point in the history
Co-authored-by: Weiqun Zhang <[email protected]>
  • Loading branch information
akashdhruv and WeiqunZhang authored Sep 28, 2023
1 parent ab1bfb6 commit 0d0d8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/AmrCore/AMReX_AmrMesh.H
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ protected:

#ifdef AMREX_USE_BITTREE
bool use_bittree = false;
std::shared_ptr<bittree::BittreeAmr> btmesh;
std::unique_ptr<bittree::BittreeAmr> btmesh;
#endif

unsigned int num_setdm = 0;
Expand Down

0 comments on commit 0d0d8fb

Please sign in to comment.