Skip to content

Commit

Permalink
fix spacing and typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nwagenbrenner committed Jan 29, 2025
1 parent 974d63b commit a88c0d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/ninja/gdal_util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ bool GDALCalculateAngleFromNorth( GDALDataset *poDS, double &angleFromNorth )
}

x2 = x1;

//add 1/4 size of the DEM extent in y direction
if(!GDALGetBounds( poDS, boundsLonLat ))
{
Expand Down
2 changes: 1 addition & 1 deletion src/ninja/readInputFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ void ninja::readInputFile()
else
importSingleBand(poDataset);

//compute angle between N-S grid lines in the datase and true north
//compute angle between N-S grid lines in the dataset and true north
double angleFromNorth = 0.0;
if(!GDALCalculateAngleFromNorth( poDataset, angleFromNorth ))
{
Expand Down

0 comments on commit a88c0d0

Please sign in to comment.