Skip to content
Snippets Groups Projects
Commit 9dcb0244 authored by W. Spencer Smith's avatar W. Spencer Smith
Browse files

A3 Correction of PathT::len

parent 2dbe6cda
No related branches found
No related tags found
No related merge requests found
No preview for this file type
...@@ -430,7 +430,7 @@ PathT($st, ornt, l$): ...@@ -430,7 +430,7 @@ PathT($st, ornt, l$):
\noindent len: \noindent len:
\begin{itemize} \begin{itemize}
\item output: \wss{Output the total number of points (grid cells) on the path, \item output: \wss{Output the total number of points (grid cells) on the path,
including the beginning and end points (cells).}$out := +(l: \mbox{LineT} | i \in s: l.\mbox{len})$ including the beginning and end points (cells).}$out := +(l: \mbox{LineT} | l \in s: l.\mbox{len})$
\item exception: None \item exception: None
\end{itemize} \end{itemize}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment