Commit 554a2ff 1 parent fc37679 commit 554a2ff Copy full SHA for 554a2ff
File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -404,7 +404,7 @@ public:
404
404
* \param[in] name The name of the iMultiFab to use in the map
405
405
* \param[in] initial_value The optional initial value
406
406
*/
407
- static void AllocInitMultiFab (
407
+ void AllocInitMultiFab (
408
408
std::unique_ptr<amrex::iMultiFab>& mf,
409
409
const amrex::BoxArray& ba,
410
410
const amrex::DistributionMapping& dm,
@@ -417,7 +417,7 @@ public:
417
417
// Maps of all of the iMultiFabs used (this can include MFs from other classes)
418
418
// This is a convenience for the Python interface, allowing all iMultiFabs
419
419
// to be easily referenced from Python.
420
- static std::map<std::string, amrex::iMultiFab *> imultifab_map;
420
+ std::map<std::string, amrex::iMultiFab *> imultifab_map;
421
421
422
422
/* *
423
423
* \brief
Original file line number Diff line number Diff line change @@ -176,8 +176,6 @@ bool WarpX::do_dynamic_scheduling = true;
176
176
bool WarpX::do_multi_J = false ;
177
177
int WarpX::do_multi_J_n_depositions;
178
178
179
- std::map<std::string, amrex::iMultiFab *> WarpX::imultifab_map;
180
-
181
179
IntVect WarpX::filter_npass_each_dir (1 );
182
180
183
181
int WarpX::n_field_gather_buffer = -1 ;
You can’t perform that action at this time.
0 commit comments