mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 10:19:02 +08:00
14 lines
421 B
Diff
14 lines
421 B
Diff
|
diff --git a/src/ODEIntegrators.cpp b/src/ODEIntegrators.cpp
|
||
|
index ce86cf6..681db13 100644
|
||
|
--- a/src/ODEIntegrators.cpp
|
||
|
+++ b/src/ODEIntegrators.cpp
|
||
|
@@ -4,6 +4,8 @@
|
||
|
#include "CPstrings.h"
|
||
|
#include "Exceptions.h"
|
||
|
#include <algorithm>
|
||
|
+#undef max
|
||
|
+#undef min
|
||
|
|
||
|
bool ODEIntegrators::AdaptiveRK54(AbstractODEIntegrator &ode, double tstart, double tend, double hmin, double hmax, double eps_allowed, double step_relax)
|
||
|
{
|