diff options
Diffstat (limited to 'Source/Utils/WarpXUtil.H')
-rw-r--r-- | Source/Utils/WarpXUtil.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Utils/WarpXUtil.H b/Source/Utils/WarpXUtil.H index c306a5a64..ad3194edf 100644 --- a/Source/Utils/WarpXUtil.H +++ b/Source/Utils/WarpXUtil.H @@ -116,7 +116,7 @@ namespace WarpXUtilLoadBalance * @param[in] dm the dmap to check * @return consistent whether the grids are consistent or not. */ - bool doCosts (const amrex::LayoutData<amrex::Real>* cost, const amrex::BoxArray ba, + bool doCosts (const amrex::LayoutData<amrex::Real>* cost, amrex::BoxArray ba, const amrex::DistributionMapping& dm); } |