\hypertarget{interfacemom__coms_1_1assignment_07_0a_08}{}\doxysection{mom\+\_\+coms\+::assignment(=) Interface Reference}
\label{interfacemom__coms_1_1assignment_07_0a_08}\index{mom\_coms::assignment(=)@{mom\_coms::assignment(=)}}


\doxysubsection{Detailed Description}
Copy the value of one extended-\/fixed-\/point number into another. 

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

\doxysubsection*{Private functions}
\begin{DoxyCompactItemize}
\item 
subroutine \mbox{\hyperlink{interfacemom__coms_1_1assignment_07_0a_08_ae78c4d59aa28e0e0bccd7d013023bb26}{efp\+\_\+assign}} (E\+F\+P1, E\+F\+P2)
\begin{DoxyCompactList}\small\item\em Copy one extended-\/fixed-\/point number into another. \end{DoxyCompactList}\end{DoxyCompactItemize}


\doxysubsection{Detailed Description}
Copy the value of one extended-\/fixed-\/point number into another. 

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



\doxysubsection{Functions and subroutines}
\mbox{\Hypertarget{interfacemom__coms_1_1assignment_07_0a_08_ae78c4d59aa28e0e0bccd7d013023bb26}\label{interfacemom__coms_1_1assignment_07_0a_08_ae78c4d59aa28e0e0bccd7d013023bb26}} 
\index{mom\_coms::assignment(=)@{mom\_coms::assignment(=)}!efp\_assign@{efp\_assign}}
\index{efp\_assign@{efp\_assign}!mom\_coms::assignment(=)@{mom\_coms::assignment(=)}}
\doxysubsubsection{\texorpdfstring{efp\_assign()}{efp\_assign()}}
{\footnotesize\ttfamily subroutine mom\+\_\+coms\+::assignment(=)\+::efp\+\_\+assign (\begin{DoxyParamCaption}\item[{type(\mbox{\hyperlink{structmom__coms_1_1efp__type}{efp\+\_\+type}}), intent(out)}]{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]}}



Copy one extended-\/fixed-\/point number into another. 


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


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


\begin{DoxyCode}{0}
\DoxyCodeLine{729   \textcolor{keywordtype}{type}(EFP\_type), \textcolor{keywordtype}{intent(out)} :: EFP1\textcolor{comment}{ !< The recipient extended fixed point number}}
\DoxyCodeLine{730   \textcolor{keywordtype}{type}(EFP\_type), \textcolor{keywordtype}{intent(in)}  :: EFP2\textcolor{comment}{ !< The source extended fixed point number}}
\DoxyCodeLine{731   \textcolor{keywordtype}{integer} i}
\DoxyCodeLine{732   \textcolor{comment}{! This subroutine assigns all components of the extended fixed point type}}
\DoxyCodeLine{733   \textcolor{comment}{! variable on the RHS (EFP2) to the components of the variable on the LHS}}
\DoxyCodeLine{734   \textcolor{comment}{! (EFP1).}}
\DoxyCodeLine{735 }
\DoxyCodeLine{736   \textcolor{keywordflow}{do} i=1,ni ; efp1\%v(i) = efp2\%v(i) ;\textcolor{keywordflow}{ enddo}}

\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}
