Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deprecation warnings #340

Closed
zingale opened this issue Feb 6, 2023 · 1 comment
Closed

deprecation warnings #340

zingale opened this issue Feb 6, 2023 · 1 comment

Comments

@zingale
Copy link
Member

zingale commented Feb 6, 2023

We get a bunch of deprecation warnings from AMReX:

../../../Source/MaestroPlot.cpp: In member function ‘amrex::Vector<const amrex::MultiFab*> Maestro::SmallPlotFileMF(int, int, amrex::Vector<const amrex::MultiFab*>, const amrex::Vector<std::__cxx11::basic_string<char> >&, const amrex::Vector<std::__cxx11::basic_string<char> >&)’:
../../../Source/MaestroPlot.cpp:761:42: warning: ‘void amrex::FabArray<FAB>::copy(const amrex::FabArray<FAB>&, int, int, int, const amrex::Periodicity&, amrex::FabArrayBase::CpOp) [with FAB = amrex::FArrayBox]’ is deprecated: Use FabArray::ParallelCopy() instead. [-Wdeprecated-declarations]
  761 |                     plot_mf_data[i]->copy(*(mf[i]), n, dest_comp, 1);
@zingale
Copy link
Member Author

zingale commented May 5, 2023

these have all been fixed

@zingale zingale closed this as completed May 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant