Cosmetic changes

lethe/LATEST
Jan Petykiewicz 7 years ago
parent 66db2398ff
commit e0ed0a324c

@ -28,7 +28,7 @@ class Grid(object):
is generated based on the coordinates of the boundary points). Also does
straightforward natural <-> grid unit conversion.
self.grids[i][a,b,c] contains the value of epsilon for the cell located at
self.grids[i][a,b,c] contains the value of epsilon for the cell located around
(xyz[0][a] + dxyz[0][a] * shifts[i, 0],
xyz[1][b] + dxyz[1][b] * shifts[i, 1],
xyz[2][c] + dxyz[2][c] * shifts[i, 2]).

Loading…
Cancel
Save