aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/contourpy/src/util.h
blob: 22dcaca7fd4aba6e25da6e7ce0d17f1fc1d7d63c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef CONTOURPY_UTIL_H
#define CONTOURPY_UTIL_H

#include "common.h"

namespace contourpy {

class Util
{
public:
    static index_t get_max_threads();
};

} // namespace contourpy

#endif // CONTOURPY_UTIL_H