Skip to content

Commit

Permalink
DOC: Correct signed long mangling and C++ variables
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Jul 20, 2021
1 parent e116243 commit 1481a04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SoftwareGuide/Latex/DevelopmentGuidelines/CreateAModule.tex
Original file line number Diff line number Diff line change
Expand Up @@ -630,8 +630,8 @@ \subsubsection{Wrapping Variables}
\textbf{Mangling} & ITKM\_SI & SI \\ \hline
\textbf{C++ Type} & ITKT\_SI & signed integer \\ \hline
\\ \hline
\textbf{Mangling} & ITKM\_UL & UL \\ \hline
\textbf{C++ Type} & ITKT\_UL & signed long \\ \hline
\textbf{Mangling} & ITKM\_SL & SL \\ \hline
\textbf{C++ Type} & ITKT\_SL & signed long \\ \hline
\\ \hline
\textbf{Mangling} & ITKM\_F & F \\ \hline
\textbf{C++ Type} & ITKT\_F & float \\ \hline
Expand Down

0 comments on commit 1481a04

Please sign in to comment.