Skip to content

Commit

Permalink
Fix a warning (#3413)
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang authored Jul 8, 2023
1 parent bc806f0 commit b41f85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Base/AMReX_VisMF.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1860,7 +1860,7 @@ VisMF::Read (FabArray<FArrayBox> &mf,
int doneTag(ParallelDescriptor::SeqNum());

if(myProc == coordinatorProc) { // manage the file locks
int reqsPending(0), iopFileIndex;
int reqsPending(0), iopFileIndex(0);
std::deque<int> iopReads;
MPI_Status status;
int doneFlag;
Expand Down

0 comments on commit b41f85a

Please sign in to comment.