Skip to content

Commit

Permalink
Merge branch 'BaseMultiFabSet' of github.com:eebasso/amrex into BaseM…
Browse files Browse the repository at this point in the history
…ultiFabSet
  • Loading branch information
eebasso committed Oct 9, 2023
2 parents 48b4b16 + 595bd3c commit a2c7712
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Src/Base/AMReX_FabArraySet.H
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ public:

FabArraySet (FabArraySet&& rhs) noexcept;
FabArraySet& operator= (FabArraySet&& rhs) noexcept;

FabArraySet (const FabArraySet& rhs) = delete;
FabArraySet& operator= (const FabArray<FAB>& rhs) = delete;

Expand Down

0 comments on commit a2c7712

Please sign in to comment.