diff options
Diffstat (limited to 'Source/Utils/check_interp_points_and_weights.py')
-rw-r--r-- | Source/Utils/check_interp_points_and_weights.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/Utils/check_interp_points_and_weights.py b/Source/Utils/check_interp_points_and_weights.py index 13b429050..4d54af01c 100644 --- a/Source/Utils/check_interp_points_and_weights.py +++ b/Source/Utils/check_interp_points_and_weights.py @@ -24,9 +24,11 @@ # data. C++ implementation in Source/Utils/CoarsenMR.H/.cpp and Source/Utils/CoarsenIO.H/.cpp #------------------------------------------------------------------------------- -import numpy as np import sys +import numpy as np + + # Fine grid limits (without ghost cells) def fine_grid_limits( sf ): if ( sf == 0 ): # cell-centered |