diff options
Diffstat (limited to 'math/ump/files/patch-src__real.cpp')
-rw-r--r-- | math/ump/files/patch-src__real.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/ump/files/patch-src__real.cpp b/math/ump/files/patch-src__real.cpp new file mode 100644 index 000000000000..48bdd276a8ef --- /dev/null +++ b/math/ump/files/patch-src__real.cpp @@ -0,0 +1,11 @@ +--- src/real.cpp.orig ++++ src/real.cpp +@@ -764,7 +764,7 @@ + } + + // converts a Real to a fraction +-Real frac(const Real &val, int32 highest_bottom_value) throw(error_obj) ++Real frac(const Real &val, int32 highest_bottom_value = 1000) throw(error_obj) + { + if( highest_bottom_value < 1 ) + THROW_ERROR( ErrorType_Domain, _("Domain error: Value out of range.") ); |