aboutsummaryrefslogtreecommitdiff
path: root/src/common.hpp
blob: fd219bf2159a9d991c269e3d5e7f9c2829d8c391 (plain)
1
2
3
4
5
6
#ifndef COMMON_H
#define COMMON_H

#define ZERO_APPROX 1e-6

#endif