Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marco Ratto
dynare
Commits
ffb36e57
Commit
ffb36e57
authored
Oct 02, 2018
by
Sébastien Villemot
Browse files
Remove obsolete kludges for MinGW
parent
8f6b89ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
mex/sources/bytecode/ErrorHandling.hh
View file @
ffb36e57
...
...
@@ -146,20 +146,6 @@ public:
};
#endif
#ifdef __MINGW32__
# define __CROSS_COMPILATION__
#endif
#ifdef __MINGW64__
# define __CROSS_COMPILATION__
#endif
#ifdef __CROSS_COMPILATION__
# define M_PI 3.14159265358979323846
# define M_SQRT2 1.41421356237309504880
# define finite(x) !std::isfinite(x)
#endif
//#define DEBUG
using
namespace
std
;
...
...
mex/sources/sobol/gaussian.hh
View file @
ffb36e57
...
...
@@ -40,18 +40,6 @@ using namespace std;
#endif
#define DEBUG_OMP 0
#ifdef __MINGW32__
# define __CROSS_COMPILATION__
#endif
#ifdef __MINGW64__
# define __CROSS_COMPILATION__
#endif
#ifdef __CROSS_COMPILATION__
# define M_PI 3.14159265358979323846
#endif
template
<
typename
T
>
T
icdf
(
const
T
uniform
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment