Merged with master

This commit is contained in:
bubnikv
2018-08-17 18:07:45 +02:00
101 changed files with 8756 additions and 4544 deletions

View File

@@ -33,7 +33,9 @@
#define UTILS_H
// Otherwise #defines like M_PI are undeclared under Visual Studio
#define _USE_MATH_DEFINES
#ifndef _USE_MATH_DEFINES
#define _USE_MATH_DEFINES
#endif /* _USE_MATH_DEFINES */
#include <exception>
#include <math.h>