conform to docstring conventions

This commit is contained in:
Vitesh Shah 2021-01-11 15:05:48 +01:00
parent 2951617e28
commit 6c367ec010
1 changed files with 2 additions and 1 deletions

View File

@ -104,9 +104,10 @@ class ConfigMaterial(Config):
@staticmethod
def load_from_Dream3D(fname,base_group,grain_data,phase_namei,phase_id):
def load_from_Dream3D(fname,base_group,grain_data,phase_name,phase_id):
"""
Load material data from DREAM3D file.
The parts of homogenization and phase need to be added by the user.
Parameters