From 66db2398ffe4124d3604db89196f39e9c26fa0a8 Mon Sep 17 00:00:00 2001 From: jan Date: Tue, 5 Sep 2017 11:08:20 -0700 Subject: [PATCH] add whitespace --- gridlock/grid.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gridlock/grid.py b/gridlock/grid.py index a91585c..12c0dcf 100644 --- a/gridlock/grid.py +++ b/gridlock/grid.py @@ -509,8 +509,8 @@ class Grid(object): w_coord = floor(w_coord_fp).astype(int) return w_coord_fp, w_coord - zi_top_fp, zi_top = get_zi(+thickness/2.0) - zi_bot_fp, zi_bot = get_zi(-thickness/2.0) + zi_top_fp, zi_top = get_zi(+thickness / 2.0) + zi_bot_fp, zi_bot = get_zi(-thickness / 2.0) w_z[zi_bot:zi_top + 1] = 1