Skip to content

Commit

Permalink
MAINT: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
shadchin authored and charris committed Mar 31, 2022
1 parent c25bdc9 commit 3e65b5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions numpy/core/src/npymath/npy_math_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ typedef union {
typedef union {
npy_cdouble npy_z;
#ifdef __cplusplus
std::complex<double> c99z;
std::complex<double> c99_z;
#else
complex double c99_z;
#endif
Expand All @@ -523,7 +523,7 @@ typedef union {
typedef union {
npy_cfloat npy_z;
#ifdef __cplusplus
std::complex<float> c99z;
std::complex<float> c99_z;
#else
complex float c99_z;
#endif
Expand Down

0 comments on commit 3e65b5a

Please sign in to comment.