# HG changeset patch # User Arun Giridhar # Date 1662975348 14400 # Node ID 44cf6bbeeca91d028c74a3737b3916d5f23ba0a2 # Parent 3eab70385569e5f7bd4c4fe16d7eb2c80add36c8 sparse-xpow.cc: Change return type from int to bool for internal function diff -r 3eab70385569 -r 44cf6bbeeca9 libinterp/corefcn/sparse-xpow.cc --- a/libinterp/corefcn/sparse-xpow.cc Sun Sep 11 13:53:38 2022 -0400 +++ b/libinterp/corefcn/sparse-xpow.cc Mon Sep 12 05:35:48 2022 -0400 @@ -47,7 +47,7 @@ OCTAVE_NAMESPACE_BEGIN -static inline int +static inline bool xisint (double x) { return (octave::math::x_nint (x) == x