[test][compare] Comment out unused type.

This commit is contained in:
Adam Wulkiewicz 2017-08-09 20:39:26 +02:00
parent 84b41b5a9c
commit bfd0456f24

View File

@ -204,7 +204,7 @@ void test_2d_sort()
template <typename P>
void test_spherical()
{
typedef typename bg::coordinate_type<P>::type ct;
//typedef typename bg::coordinate_type<P>::type ct;
std::vector<P> v;
v.push_back(bg::make<P>( 180.00, 70.56));