Skip to content

Commit

Permalink
fix spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed Dec 7, 2018
1 parent 2807172 commit fa1ddb1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions python/core/auto_generated/mesh/qgsmeshdataprovider.sip.in
Expand Up @@ -150,8 +150,9 @@ class QgsMeshDataBlock
{
%Docstring

QgsMeshDataBlock is a block that can be used to retrieve a block of
active flag (e.g. face's active integer flag)
QgsMeshDataBlock is a block of integers/doubles that can be used
to retrieve:
active flags (e.g. face's active integer flag)
scalars (e.g. scalar dataset double values)
vectors (e.g. vector dataset doubles x,y values)

Expand Down
5 changes: 3 additions & 2 deletions src/core/mesh/qgsmeshdataprovider.h
Expand Up @@ -145,8 +145,9 @@ class CORE_EXPORT QgsMeshDatasetValue
/**
* \ingroup core
*
* QgsMeshDataBlock is a block that can be used to retrieve a block of
* active flag (e.g. face's active integer flag)
* QgsMeshDataBlock is a block of integers/doubles that can be used
* to retrieve:
* active flags (e.g. face's active integer flag)
* scalars (e.g. scalar dataset double values)
* vectors (e.g. vector dataset doubles x,y values)
*
Expand Down

0 comments on commit fa1ddb1

Please sign in to comment.