From a526a92d6df17a11a7d5fcb838c3ef9c28e10129 Mon Sep 17 00:00:00 2001 From: zy69guqi <richard.angersbach@fau.de> Date: Mon, 21 Aug 2023 19:25:21 +0200 Subject: [PATCH] Rename postProcessingUtilities.h file --- apps/showcases/ChargedParticles/ChargedParticles.cpp | 2 +- .../{postProcessingUtilities.h => PostProcessingUtilities.h} | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) rename apps/showcases/ChargedParticles/{postProcessingUtilities.h => PostProcessingUtilities.h} (99%) diff --git a/apps/showcases/ChargedParticles/ChargedParticles.cpp b/apps/showcases/ChargedParticles/ChargedParticles.cpp index 33f6719fd..6bf17c541 100644 --- a/apps/showcases/ChargedParticles/ChargedParticles.cpp +++ b/apps/showcases/ChargedParticles/ChargedParticles.cpp @@ -91,9 +91,9 @@ #include "AddElectrostaticInteractionKernel.h" #include "ChargeDensity.h" #include "ChargeForce.h" +#include "PostProcessingUtilities.h" #include "ResetElectrostaticForceKernel.h" #include "poisson_solver/PoissonSolver.h" -#include "postProcessingUtilities.h" namespace charged_particles { diff --git a/apps/showcases/ChargedParticles/postProcessingUtilities.h b/apps/showcases/ChargedParticles/PostProcessingUtilities.h similarity index 99% rename from apps/showcases/ChargedParticles/postProcessingUtilities.h rename to apps/showcases/ChargedParticles/PostProcessingUtilities.h index e5a383148..338f0aa8d 100644 --- a/apps/showcases/ChargedParticles/postProcessingUtilities.h +++ b/apps/showcases/ChargedParticles/PostProcessingUtilities.h @@ -1,7 +1,3 @@ -// -// Created by avnss on 7/13/2023. -// - #ifndef WALBERLA_POSTPROCESSINGUTILITIES_H #define WALBERLA_POSTPROCESSINGUTILITIES_H -- GitLab