Skip to content

Commit

Permalink
[opencl] Code cleanup and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Aug 8, 2018
1 parent 5afd9e2 commit 1324eff
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/analysis/raster/qgshillshadefilter.cpp
Expand Up @@ -101,10 +101,6 @@ void QgsHillshadeFilter::addExtraRasterParams( std::vector<float> &params )
params.push_back( sin_az_mul_cos_alt_mul_z_mul_254 ); // 6
params.push_back( square_z ); // 7
params.push_back( sin_altRadians_mul_254 ); // 8
/*/ Slow formula
params.push_back( azimuthRad ); // 9
params.push_back( zenithRad ); // 10
*/

}
>>>>>>> [opencl] Use fast formula for hillshade

0 comments on commit 1324eff

Please sign in to comment.