fixed documentation

This commit is contained in:
Martin Diehl 2020-11-18 21:51:37 +01:00
parent 843d7d8cac
commit 4bf802a28e
2 changed files with 3 additions and 3 deletions

View File

@ -282,7 +282,7 @@ class Result:
# def datamerger(regular expression to filter groups into one copy)
def place(self,datasets,component=0,tagged=False,split=True):
def place(self,datasets,constituent=0,tagged=False,split=True):
"""
Distribute datasets onto geometry and return Table or (split) dictionary of Tables.
@ -297,7 +297,7 @@ class Result:
Parameters
----------
datasets : iterable or str
component : int
constituent : int
Constituent to consider for phase data
tagged : bool
tag Table.column name with '#component'

View File

@ -387,7 +387,7 @@ end subroutine sanityCheck
!--------------------------------------------------------------------------------------------------
!> @brief Get all keys from a dictionary (currently with #_ prefix)
!> @brief Get all keys from a dictionary
!--------------------------------------------------------------------------------------------------
function getKeys(dict)