Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FG-TUM committed Feb 1, 2024
1 parent d056136 commit 35fc683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parallel/DomainDecompMPIBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ void DomainDecompMPIBase::assertDisjunctivity(ParticleContainer* moleculeContain
}
}
if (not isOk) {
Log::global_log->error() << "Aborting because of duplicated partices." << std::endl;
Log::global_log->error() << "Aborting because of duplicated particles." << std::endl;
MPI_Abort(_comm, 1);
}

Expand Down

0 comments on commit 35fc683

Please sign in to comment.