Merge branch 'fix-grid-convention' of magit1.mpie.de:/damask/DAMASK into fix-grid-convention

This commit is contained in:
Martin Diehl 2020-04-21 12:59:26 +02:00
commit e64001d593
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ def divergence(size,field):
def gradient(size,field):
"""
Calculate gradient of a scalar or tensor field in Fourier space.
Calculate gradient of a scalar or vector field in Fourier space.
Parameters
----------