diff options
author | 2022-02-07 18:43:21 +0100 | |
---|---|---|
committer | 2022-02-07 09:43:21 -0800 | |
commit | 21f2a83633174b0ce7f24fd4b153f6e2b2bf2f8b (patch) | |
tree | 79a794dc7c780fdcccb09a7478d1b7b95e3c8fe4 /Source/Particles/LaserParticleContainer.cpp | |
parent | 241f9f6cb02a2bdd91868a88d503077aaf8b7057 (diff) | |
download | WarpX-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.cpp | 2 |
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> |