consistent naming and style

This commit is contained in:
Axel Kohlmeyer
2022-08-28 12:31:00 -04:00
parent acf17b4851
commit 634496b509
15 changed files with 24 additions and 34 deletions

View File

@ -279,7 +279,7 @@ int main(int argc, char **argv)
MPI_Init(&argc, &argv);
::testing::InitGoogleMock(&argc, argv);
if (platform::mpi_vendor() == "Open MPI" && !LAMMPS_NS::Info::has_exceptions())
if (platform::mpi_vendor() == "Open MPI" && !Info::has_exceptions())
std::cout << "Warning: using OpenMPI without exceptions. Death tests will be skipped\n";
// handle arguments passed via environment variable