Skip to content

Commit 8cdf12c

Browse files
committed
somemore changes to the tutorial document
1 parent f407230 commit 8cdf12c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Binary file not shown.

src/Documentation/Manuals/SCIRun5ModuleGeneration/SCIRun5ModuleGeneration.tex

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1621,10 +1621,15 @@ \section{Common Function Changes}
16211621
\hline
16221622
\bf{SCIRun4} & \bf{SCIRun 5} & \bf{Notes}\\
16231623
\hline
1624-
\verb|if (input.get_rep() == 0)| & \verb|if (!input)| & checks for an empty handle\\
1624+
\verb|if (input.get_rep() == 0)| & \verb|if (!input)| & Checks for an empty handle.\\
1625+
& & Works for all major handle types. \\
1626+
\hline
1627+
16251628
\hline
16261629
\end{tabular}
16271630

1631+
1632+
16281633
\section{Common Build Errors}
16291634
\label{sec:errors}
16301635

0 commit comments

Comments
 (0)