Indentation/bracket fixes and change of default size

This commit is contained in:
Robert Osfield
2008-01-09 21:17:10 +00:00
parent 2ea2872cfb
commit a46eb79311
3 changed files with 19 additions and 6 deletions

View File

@@ -29,8 +29,7 @@ class EllipsoidModel : public Object
{
public:
/** WGS_84 is a common representation of the earth's spheroid
*/
/** WGS_84 is a common representation of the earth's spheroid */
EllipsoidModel(double radiusEquator = WGS_84_RADIUS_EQUATOR,
double radiusPolar = WGS_84_RADIUS_POLAR):
_radiusEquator(radiusEquator),