next up previous contents index
Next: Interface finalise Up: Module constraints_module Previous: Elements   Contents   Index

Interface initialise


\begin{boxedminipage}{\textwidth}
\begin{verbatim}call initialise(this,indices,func,data)\end{verbatim}
\end{boxedminipage}

Initialise this Constraint.

NOTE: the atomic indices are not sorted into ascending order, because a three body constraint (for example) may depend on the order (and the wrong angle could be constrained).

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

indices -- integer, intent(in), dimension(:)

func -- integer, intent(in)

data -- real(dp), intent(in), dimension(:)

finalise interface

gabor 2009-06-30