From 5da9b11b5c9ce2d9d0308df6ea93eefb6cede939 Mon Sep 17 00:00:00 2001 From: Matthias Frey Date: Sun, 3 Sep 2023 14:00:32 +0100 Subject: [PATCH] apply coding style --- unit_tests/PIC/PIC.cpp | 4 ++-- unit_tests/Particle/ParticleSendRecv.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/unit_tests/PIC/PIC.cpp b/unit_tests/PIC/PIC.cpp index f420dac20..47403473d 100644 --- a/unit_tests/PIC/PIC.cpp +++ b/unit_tests/PIC/PIC.cpp @@ -114,7 +114,7 @@ TYPED_TEST_CASE(PICTest, Tests); TYPED_TEST(PICTest, Scatter) { auto& field = this->field; - auto& bunch = this->bunch; + auto& bunch = this->bunch; auto& nParticles = this->nParticles; *field = 0.0; @@ -134,7 +134,7 @@ TYPED_TEST(PICTest, Scatter) { TYPED_TEST(PICTest, Gather) { auto& field = this->field; - auto& bunch = this->bunch; + auto& bunch = this->bunch; auto& nParticles = this->nParticles; *field = 1.0; diff --git a/unit_tests/Particle/ParticleSendRecv.cpp b/unit_tests/Particle/ParticleSendRecv.cpp index 802e5df7e..06d03405b 100644 --- a/unit_tests/Particle/ParticleSendRecv.cpp +++ b/unit_tests/Particle/ParticleSendRecv.cpp @@ -146,7 +146,7 @@ TYPED_TEST_CASE(ParticleSendRecv, Tests); TYPED_TEST(ParticleSendRecv, SendAndRecieve) { const auto nParticles = this->nParticles; - auto& bunch = this->bunch; + auto& bunch = this->bunch; bunch->update(); // bunch->update();