next up previous contents index
Next: Subroutine coalesce_in_one_periodic_image Up: Module atoms_module Previous: Subroutine complement   Contents   Index

Subroutine difference


\begin{boxedminipage}{\textwidth}
\begin{verbatim}call difference(list1,list2,outlist)\end{verbatim}
\end{boxedminipage}

Return the difference between list1 and list2 in outlist. That is, those elements in list1 but not in list2 (not yet tested).

list1, list2 -- type(Table), intent(in)

outlist -- type(Table), intent(out)

coalesce_in_one_periodic_image subroutine

gabor 2009-06-30