%PDF- %PDF-
| Direktori : /usr/lib/python3/dist-packages/pythran/pythonic/omp/ |
| Current File : //usr/lib/python3/dist-packages/pythran/pythonic/omp/set_nested.hpp |
#ifndef PYTHONIC_OMP_SET_NESTED_HPP
#define PYTHONIC_OMP_SET_NESTED_HPP
#include "pythonic/include/omp/set_nested.hpp"
#include <omp.h>
#include "pythonic/utils/functor.hpp"
PYTHONIC_NS_BEGIN
namespace omp
{
void set_nested(long val)
{
return omp_set_nested(val);
}
}
PYTHONIC_NS_END
#endif