Blurb::
Final variable values defining vector in vector parameter study

Description::
The \c final_point keyword is used to define the final values for each
variable on the vector to be used in the vector parameter study.  The
vector's direction and magnitude are determined by the initial value
from the variables specification, and the \c final_point.

<b> Default Behavior </b>

The user is required to specify either \c final_point or \c
step_vector.  There is no default definition for the vector.

<b> Usage Tips </b>

The actual points are determined based on this vector and the number
of points chosen is given in \c num_points.

Topics::	
Examples::
\verbatim
method
  vector_parameter_study
    num_steps = 10
    final_point =    2.0      2.0
\endverbatim
Theory::
Faq::
See_Also::	
