next up previous contents index
Next: Interface remove_atoms Up: Module dynamicalsystem_module Previous: Interface assignment(=)   Contents   Index

Interface add_atoms


\begin{boxedminipage}{\textwidth}
\begin{verbatim}call add_atoms(this,z[,mas...
...all add_atoms(this,z[,mass,p, &
v,a,t,data])\end{verbatim}
\end{boxedminipage}

Add one or more atoms to this DynamicalSystem

this -- type(DynamicalSystem), intent(inout)

z -- integer, intent(in), scalar or dimension(:)

mass -- real(dp), optional, intent(in), scalar or dimension(:)

p -- real(dp), optional, intent(in), dimension(3) or dimension(:,:)

v -- real(dp), optional, intent(in), dimension(3) or dimension(:,:)

a -- real(dp), optional, intent(in), dimension(3) or dimension(:,:)

t -- integer, optional, intent(in), dimension(3) or dimension(:,:)

data -- type(table), optional, intent(in)

remove_atoms interface

gabor 2009-06-30