[geos-commits] [SCM] GEOS branch master updated. ccdd9f25af09cab163ab22ca276832cfb82af8e8

git at osgeo.org git at osgeo.org
Tue Jun 18 14:29:24 PDT 2019


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, master has been updated
       via  ccdd9f25af09cab163ab22ca276832cfb82af8e8 (commit)
      from  bf9bd229fba709f50c865679ca4cb66c55be486e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ccdd9f25af09cab163ab22ca276832cfb82af8e8
Author: Daniel Baston <dbaston at gmail.com>
Date:   Tue Jun 18 17:29:15 2019 -0400

    Throw unthrown exception

diff --git a/src/algorithm/MinimumBoundingCircle.cpp b/src/algorithm/MinimumBoundingCircle.cpp
index 521515a..0db204d 100644
--- a/src/algorithm/MinimumBoundingCircle.cpp
+++ b/src/algorithm/MinimumBoundingCircle.cpp
@@ -149,8 +149,7 @@ MinimumBoundingCircle::computeCentre()
         break;
     }
     default: {
-        util::GEOSException("Logic failure in MinimumBoundingCircle algorithm!");
-        \
+        throw util::GEOSException("Logic failure in MinimumBoundingCircle algorithm!");
     }
     }
 }

-----------------------------------------------------------------------

Summary of changes:
 src/algorithm/MinimumBoundingCircle.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list