From 4d07ab75198e529982b513aafec44362377968a4 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Wed, 29 Jan 2020 16:31:05 +0100 Subject: [PATCH] prospector complained --- python/damask/grid_filters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/damask/grid_filters.py b/python/damask/grid_filters.py index 3850bf70b..db9f243c9 100644 --- a/python/damask/grid_filters.py +++ b/python/damask/grid_filters.py @@ -366,7 +366,7 @@ def node_coord0_gridSizeOrigin(coord0,ordered=False): def regrid(size,F,new_grid): """ - Return mapping from coordinates in deformed configuration to a regular grid + Return mapping from coordinates in deformed configuration to a regular grid. Parameters ----------