mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 08:09:00 +08:00
b09cf765d3
* [msgpack] update version to 4.1.3 * update version * version * clean and fix license * clean and fix license * version * revert * revert * version * fix ci * version * fix coolprop and update version * update version * format patch * version * hash * revert patch * version * update patch * version * add new function * vdb --------- Co-authored-by: Monica <v-liumonica@microsoft.com>
14 lines
455 B
Diff
14 lines
455 B
Diff
diff --git a/src/ODEIntegrators.cpp b/src/ODEIntegrators.cpp
|
|
index 23bd4c4..beab710 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) {
|