next up previous contents index
Next: Interface cell_volume Up: Module atoms_module Previous: Interface set_lattice   Contents   Index

Interface select


\begin{boxedminipage}{\textwidth}
\begin{verbatim}call select(to,from[,mask,list])\end{verbatim}
\end{boxedminipage}

Select a subset of the atoms in an atoms object, either using a logical mask array or a Table, in which case the first int column is taken to be a list of the atoms that should be retained.

to -- type(Atoms), intent(inout)

from -- type(Atoms), intent(in)

mask -- logical, intent(in), optional, dimension(:)

list -- integer, intent(in), optional, dimension(:)

cell_volume interface

gabor 2009-06-30