summaryrefslogtreecommitdiffstats
path: root/contrib/python/pythran/pythran/pythonic/numpy/subtract/accumulate.hpp
blob: 20b5a8ff2e3151a0f7694c5034b79e39bc967273 (plain) (blame)
1
2
3
4
5
6
7
#ifndef PYTHONIC_NUMPY_SUBTRACT_ACCUMULATE_HPP
#define PYTHONIC_NUMPY_SUBTRACT_ACCUMULATE_HPP

#define UFUNC_NAME subtract
#include "pythonic/numpy/ufunc_accumulate.hpp"

#endif