Commit a59d328 1 parent 550a7f1 commit a59d328 Copy full SHA for a59d328
File tree 2 files changed +0
-11
lines changed
2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -222,11 +222,6 @@ private:
222
222
// Factory for field data
223
223
std::unique_ptr<amrex::FabFactory<amrex::FArrayBox> > pml_field_factory;
224
224
225
- [[nodiscard]] amrex::FabFactory<amrex::FArrayBox> const & fieldFactory () const noexcept
226
- {
227
- return *pml_field_factory;
228
- }
229
-
230
225
#ifdef AMREX_USE_EB
231
226
[[nodiscard]] amrex::EBFArrayBoxFactory const & fieldEBFactory () const noexcept {
232
227
return static_cast <amrex::EBFArrayBoxFactory const &>(*pml_field_factory);
Original file line number Diff line number Diff line change @@ -1481,12 +1481,6 @@ private:
1481
1481
// Factory for field data
1482
1482
amrex::Vector<std::unique_ptr<amrex::FabFactory<amrex::FArrayBox> > > m_field_factory;
1483
1483
1484
- [[nodiscard]]
1485
- amrex::FabFactory<amrex::FArrayBox> const & fieldFactory (int lev) const noexcept
1486
- {
1487
- return *m_field_factory[lev];
1488
- }
1489
-
1490
1484
/* * Stop the simulation at the end of the current step due to a received Unix signal?
1491
1485
*/
1492
1486
bool m_exit_loop_due_to_interrupt_signal = false ;
You can’t perform that action at this time.
0 commit comments