Skip to content

Commit

Permalink
fix clang-tidy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lucafedeli88 committed Apr 25, 2024
1 parent 94cfa27 commit 08c30cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Initialization/WarpXInitData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ namespace
* @param[in] total_nboxes total number of boxes in the simulation
* @param[in] nprocs number of MPI processes
*/
void PerformanceHints (const int total_nboxes, const int nprocs)
void PerformanceHints (const amrex::Long total_nboxes, const amrex::Long nprocs)
{
// Check: are there more MPI ranks than Boxes?
if (nprocs > total_nboxes) {
Expand Down

0 comments on commit 08c30cd

Please sign in to comment.