\hypertarget{interfacemom__coms_1_1operator_07_09_08}{}\section{mom\+\_\+coms\+::operator(+) Interface Reference}
\label{interfacemom__coms_1_1operator_07_09_08}\index{mom\_coms::operator(+)@{mom\_coms::operator(+)}}


\subsection{Detailed Description}
Add two extended-\/fixed-\/point numbers. 

Definition at line 79 of file M\+O\+M\+\_\+coms.\+F90.

\subsection*{Private functions}
\begin{DoxyCompactItemize}
\item 
type(\mbox{\hyperlink{structmom__coms_1_1efp__type}{efp\+\_\+type}}) function \mbox{\hyperlink{interfacemom__coms_1_1operator_07_09_08_a2a8fddd79a575ddfd7d6e6b22383e420}{efp\+\_\+plus}} (E\+F\+P1, E\+F\+P2)
\begin{DoxyCompactList}\small\item\em Add two extended-\/fixed-\/point numbers. \end{DoxyCompactList}\end{DoxyCompactItemize}


\subsection{Detailed Description}
Add two extended-\/fixed-\/point numbers. 

Definition at line 79 of file M\+O\+M\+\_\+coms.\+F90.



\subsection{Functions and subroutines}
\mbox{\Hypertarget{interfacemom__coms_1_1operator_07_09_08_a2a8fddd79a575ddfd7d6e6b22383e420}\label{interfacemom__coms_1_1operator_07_09_08_a2a8fddd79a575ddfd7d6e6b22383e420}} 
\index{mom\_coms::operator(+)@{mom\_coms::operator(+)}!efp\_plus@{efp\_plus}}
\index{efp\_plus@{efp\_plus}!mom\_coms::operator(+)@{mom\_coms::operator(+)}}
\subsubsection{\texorpdfstring{efp\_plus()}{efp\_plus()}}
{\footnotesize\ttfamily type(\mbox{\hyperlink{structmom__coms_1_1efp__type}{efp\+\_\+type}}) function mom\+\_\+coms\+::operator(+)\+::efp\+\_\+plus (\begin{DoxyParamCaption}\item[{type(\mbox{\hyperlink{structmom__coms_1_1efp__type}{efp\+\_\+type}}), intent(in)}]{E\+F\+P1,  }\item[{type(\mbox{\hyperlink{structmom__coms_1_1efp__type}{efp\+\_\+type}}), intent(in)}]{E\+F\+P2 }\end{DoxyParamCaption})\hspace{0.3cm}{\ttfamily [private]}}



Add two extended-\/fixed-\/point numbers. 

\begin{DoxyReturn}{Returns}
The result in extended fixed point format 
\end{DoxyReturn}

\begin{DoxyParams}[1]{Parameters}
\mbox{\texttt{ in}}  & {\em efp1} & The first extended fixed point number \\
\hline
\mbox{\texttt{ in}}  & {\em efp2} & The second extended fixed point number \\
\hline
\end{DoxyParams}


Definition at line 705 of file M\+O\+M\+\_\+coms.\+F90.


\begin{DoxyCode}{0}
\DoxyCodeLine{705   \textcolor{keywordtype}{type}(EFP\_type)             :: EFP\_plus\textcolor{comment}{ !< The result in extended fixed point format}}
\DoxyCodeLine{706   \textcolor{keywordtype}{type}(EFP\_type), \textcolor{keywordtype}{intent(in)} :: EFP1\textcolor{comment}{ !< The first extended fixed point number}}
\DoxyCodeLine{707   \textcolor{keywordtype}{type}(EFP\_type), \textcolor{keywordtype}{intent(in)} :: EFP2\textcolor{comment}{ !< The second extended fixed point number}}
\DoxyCodeLine{708 }
\DoxyCodeLine{709   efp\_plus = efp1}
\DoxyCodeLine{710 }
\DoxyCodeLine{711   \textcolor{keyword}{call }increment\_ints(efp\_plus\%v(:), efp2\%v(:))}

\end{DoxyCode}


The documentation for this interface was generated from the following file\+:\begin{DoxyCompactItemize}
\item 
/home/cermak/src/\+M\+O\+M6.\+devrob/src/framework/M\+O\+M\+\_\+coms.\+F90\end{DoxyCompactItemize}
