We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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);
The text was updated successfully, but these errors were encountered:
these have all been fixed
Sorry, something went wrong.
No branches or pull requests
We get a bunch of deprecation warnings from AMReX:
The text was updated successfully, but these errors were encountered: