aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/LaserParticleContainer.cpp
diff options
context:
space:
mode:
authorGravatar Luca Fedeli <luca.fedeli@cea.fr> 2022-02-07 18:43:21 +0100
committerGravatar GitHub <noreply@github.com> 2022-02-07 09:43:21 -0800
commit21f2a83633174b0ce7f24fd4b153f6e2b2bf2f8b (patch)
tree79a794dc7c780fdcccb09a7478d1b7b95e3c8fe4 /Source/Particles/LaserParticleContainer.cpp
parent241f9f6cb02a2bdd91868a88d503077aaf8b7057 (diff)
downloadWarpX-21f2a83633174b0ce7f24fd4b153f6e2b2bf2f8b.tar.gz
WarpX-21f2a83633174b0ce7f24fd4b153f6e2b2bf2f8b.tar.zst
WarpX-21f2a83633174b0ce7f24fd4b153f6e2b2bf2f8b.zip
replace deprecated header ctype.h with cctype (#2831)
Diffstat (limited to 'Source/Particles/LaserParticleContainer.cpp')
-rw-r--r--Source/Particles/LaserParticleContainer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Particles/LaserParticleContainer.cpp b/Source/Particles/LaserParticleContainer.cpp
index 858a8735c..5d4a9a02c 100644
--- a/Source/Particles/LaserParticleContainer.cpp
+++ b/Source/Particles/LaserParticleContainer.cpp
@@ -56,7 +56,7 @@
#include <array>
#include <cmath>
#include <cstdlib>
-#include <ctype.h>
+#include <cctype>
#include <functional>
#include <limits>
#include <map>