Skip to content

Commit 93486bb

Browse files
fix syntax error
1 parent ae57ae0 commit 93486bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyro/pyro.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ \section{\pyro 's structure}
8989
\url{http://python-hydro.github.io/pyro2/}, and described
9090
in \cite{pyro}. Here we provide a summary.
9191

92-
The grid structure is managed by the {\tt patch.Grid2d} class. Data
93-
is that lives on the grid is contained in a {\tt
92+
The grid structure is managed by the {\tt patch.Grid2d} class. The data
93+
that lives on the grid is contained in a {\tt
9494
patch.CellCenterData2d} object. Methods are available to provide
9595
access to the data and fill the ghost cells. When accessing the data
9696
on the grid, a {\tt array\_indexer.ArrayIndexer} object is returned.

0 commit comments

Comments
 (0)