Skip to content

Commit 1481a04

Browse files
committed
DOC: Correct signed long mangling and C++ variables
1 parent e116243 commit 1481a04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SoftwareGuide/Latex/DevelopmentGuidelines/CreateAModule.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -630,8 +630,8 @@ \subsubsection{Wrapping Variables}
630630
\textbf{Mangling} & ITKM\_SI & SI \\ \hline
631631
\textbf{C++ Type} & ITKT\_SI & signed integer \\ \hline
632632
\\ \hline
633-
\textbf{Mangling} & ITKM\_UL & UL \\ \hline
634-
\textbf{C++ Type} & ITKT\_UL & signed long \\ \hline
633+
\textbf{Mangling} & ITKM\_SL & SL \\ \hline
634+
\textbf{C++ Type} & ITKT\_SL & signed long \\ \hline
635635
\\ \hline
636636
\textbf{Mangling} & ITKM\_F & F \\ \hline
637637
\textbf{C++ Type} & ITKT\_F & float \\ \hline

0 commit comments

Comments
 (0)