Skip to content

Commit d60b5e2

Browse files
committed
Typo, remove unused .sip files
1 parent caff98d commit d60b5e2

File tree

3 files changed

+1
-322
lines changed

3 files changed

+1
-322
lines changed

python/analysis/auto_generated/interpolation/NormVecDecorator.sip

-119
This file was deleted.

python/analysis/auto_generated/interpolation/Triangulation.sip

-202
This file was deleted.

src/analysis/interpolation/Triangulation.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class ANALYSIS_EXPORT Triangulation
7171

7272
/**
7373
* Calculates x-, y and z-value of the point on the surface and assigns it to 'result'.
74-
* Returns TRUE in case of success and flase in case of failure
74+
* Returns TRUE in case of success and FALSE in case of failure
7575
*/
7676
virtual bool calcPoint( double x, double y, QgsPoint &result SIP_OUT ) = 0;
7777

0 commit comments

Comments
 (0)