diff options
| author | robot-piglet <[email protected]> | 2024-11-22 12:00:16 +0300 |
|---|---|---|
| committer | robot-piglet <[email protected]> | 2024-11-22 12:09:38 +0300 |
| commit | 9478cfdab4217d3710b96329466825bf47111d7d (patch) | |
| tree | b4c844cd8a745ea05e60c9e9debb226b21ebf3ad /contrib/python/pythran/pythran/pythonic/numpy/fmod.hpp | |
| parent | 6b6dd52cba2350a42670094a53b7df008f38577f (diff) | |
Intermediate changes
commit_hash:e8f03143f071def87f56790176fbdc918784ed35
Diffstat (limited to 'contrib/python/pythran/pythran/pythonic/numpy/fmod.hpp')
| -rw-r--r-- | contrib/python/pythran/pythran/pythonic/numpy/fmod.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/python/pythran/pythran/pythonic/numpy/fmod.hpp b/contrib/python/pythran/pythran/pythonic/numpy/fmod.hpp index cfb9ecc66cc..bc102497241 100644 --- a/contrib/python/pythran/pythran/pythonic/numpy/fmod.hpp +++ b/contrib/python/pythran/pythran/pythonic/numpy/fmod.hpp @@ -3,9 +3,9 @@ #include "pythonic/include/numpy/fmod.hpp" -#include "pythonic/utils/functor.hpp" #include "pythonic/types/ndarray.hpp" #include "pythonic/types/numpy_broadcast.hpp" +#include "pythonic/utils/functor.hpp" #include "pythonic/utils/numpy_traits.hpp" PYTHONIC_NS_BEGIN @@ -15,7 +15,7 @@ namespace numpy #define NUMPY_NARY_FUNC_NAME fmod #define NUMPY_NARY_FUNC_SYM xsimd::fmod #include "pythonic/types/numpy_nary_expr.hpp" -} +} // namespace numpy PYTHONIC_NS_END #endif |
