Formatting (#879)

This commit is contained in:
Klaus Basan
2017-02-12 22:28:55 +01:00
committed by Mathew Sutcliffe
parent 20921b79b8
commit f71cb04cd2
13 changed files with 55 additions and 63 deletions

View File

@@ -29,9 +29,6 @@ using namespace BlackMisc::Math;
namespace BlackMiscTest
{
/*
* Geo classes tests
*/
void CTestGeo::geoBasics()
{
CLatitude lati(10, CAngleUnit::deg());
@@ -48,7 +45,6 @@ namespace BlackMiscTest
CCoordinateGeodetic equator = { 0.0, 70.354683 };
QCOMPARE(calculateEuclideanDistance(northPole, equator), std::sqrt(2.0f));
}
} // namespace
//! \endcond