model namespaces, moved point_xy to d2::point_xy, revised point_ll_deg to ll::point<degree>

[SVN r66975]
This commit is contained in:
Barend Gehrels
2010-12-02 16:10:47 +00:00
parent 5b257fc37a
commit 1c8fce3059
114 changed files with 569 additions and 493 deletions

View File

@@ -127,7 +127,7 @@ void test_all()
int test_main(int, char* [])
{
test_all<bg::model::point_xy<double> >();
test_all<bg::model::d2::point_xy<double> >();
return 0;
}