From b01be4b488b4b4a0cf39acffd66742ef38898a6a Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sun, 2 May 2021 23:51:44 -0700 Subject: New port: math/alps: Abstract Library for Parallel Search (ALPS) --- math/alps/files/patch-Alps_src_AlpsSearchStrategyBase.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 math/alps/files/patch-Alps_src_AlpsSearchStrategyBase.h (limited to 'math/alps/files/patch-Alps_src_AlpsSearchStrategyBase.h') diff --git a/math/alps/files/patch-Alps_src_AlpsSearchStrategyBase.h b/math/alps/files/patch-Alps_src_AlpsSearchStrategyBase.h new file mode 100644 index 000000000000..0c6db63e748e --- /dev/null +++ b/math/alps/files/patch-Alps_src_AlpsSearchStrategyBase.h @@ -0,0 +1,13 @@ +- see https://github.com/coin-or/CHiPPS-ALPS/issues/26 + +--- Alps/src/AlpsSearchStrategyBase.h.orig 2021-05-03 02:01:12 UTC ++++ Alps/src/AlpsSearchStrategyBase.h +@@ -98,7 +98,7 @@ class AlpsSearchStrategy (public) + int getType(){ return type_; } + + /** Set type of strategy */ +- void setType(int t) { type_ = t; } ++ void setType(int t) { type_ = (AlpsSearchType)t; } + }; + + //############################################################################# -- cgit v1.2.3