diff --git a/python/damask/_result.py b/python/damask/_result.py index 2813c92f4..bfd2f406c 100644 --- a/python/damask/_result.py +++ b/python/damask/_result.py @@ -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' diff --git a/src/material.f90 b/src/material.f90 index 9c612ff15..8679afdc4 100644 --- a/src/material.f90 +++ b/src/material.f90 @@ -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)