diff options
author | Hari Khalsa <hkhalsa@10gen.com> | 2013-03-29 15:25:55 -0400 |
---|---|---|
committer | Hari Khalsa <hkhalsa@10gen.com> | 2013-06-25 13:46:36 -0400 |
commit | ba239918c950c254056bf589a943a5e88fd4144c (patch) | |
tree | c65dcc83ab6362e7099caa13093d059cdf2c073e /src/mongo/db/geo/shapes.cpp | |
parent | b290b65c9e679a42999fe1b0ef7d466b669bd6c9 (diff) | |
download | mongo-ba239918c950c254056bf589a943a5e88fd4144c.tar.gz |
add multipoint/line/poly. SERVER-8907 SERVER-8349
Diffstat (limited to 'src/mongo/db/geo/shapes.cpp')
-rw-r--r-- | src/mongo/db/geo/shapes.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/geo/shapes.cpp b/src/mongo/db/geo/shapes.cpp index 136ab1cf979..425f4b8f91d 100644 --- a/src/mongo/db/geo/shapes.cpp +++ b/src/mongo/db/geo/shapes.cpp @@ -459,4 +459,5 @@ namespace mongo { return sqrt((a * a) + (b * b)); } + } // namespace mongo |