[geos-commits] [SCM] GEOS branch master updated. 5aae71f51ab85df4594985f1e1abedd1ce085bbc

git at osgeo.org git at osgeo.org
Mon Feb 18 15:23:14 PST 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  5aae71f51ab85df4594985f1e1abedd1ce085bbc (commit)
      from  314960229dc44d5379aed57aed94c5190384c883 (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 5aae71f51ab85df4594985f1e1abedd1ce085bbc
Author: mdavis <mtnclimb at gmail.com>
Date:   Mon Feb 18 15:23:14 2019 -0800

    Fix spaces in InteriorPointAreaPerfTest (#66)

diff --git a/tests/perf/algorithm/InteriorPointAreaPerfTest.cpp b/tests/perf/algorithm/InteriorPointAreaPerfTest.cpp
index 1381265..7cc0afa 100644
--- a/tests/perf/algorithm/InteriorPointAreaPerfTest.cpp
+++ b/tests/perf/algorithm/InteriorPointAreaPerfTest.cpp
@@ -84,10 +84,10 @@ private:
     showHeader() {
         cout << "Interior Point Area perf test" << endl;
         cout << "# Iterations: " << N_ITER << endl;
-        cout << "SineStar: origin: (" 
-                << ORG_X << ", " << ORG_Y 
+        cout << "SineStar: origin: ("
+                << ORG_X << ", " << ORG_Y
                 << ")  size: " << SIZE
-                << "  # arms: " << N_ARMS 
+                << "  # arms: " << N_ARMS
                 << "  arm ratio: " << ARM_RATIO 
                 << endl;
     }

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

Summary of changes:
 tests/perf/algorithm/InteriorPointAreaPerfTest.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list