Skip to content

Commit fb29e51

Browse files
fixing rst parsing error
1 parent 5bd7e88 commit fb29e51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/parcels/_core/basegrid.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ def search(self, z: float, y: float, x: float, ei=None) -> dict[str, tuple[int,
6060
- Unstructured grid: {"Z": (zi, zeta), "FACE": (fi, bcoords)}
6161
6262
Where:
63+
6364
- index (int): The cell position of the particles along the given axis
6465
- barycentric_coordinates (float or np.ndarray): The coordinates defining
6566
the particles positions within the grid cell. For structured grids, this

0 commit comments

Comments
 (0)