subroutine mod_vector::v_set ( type(vector),intent(inout)  v,
integer,intent(in)  i,
real*4,intent(in)  value 
)

set the i-th element the vector

Author:
Abal-Kassim Cheik Ahamed <akcheik@gmail.com>
Parameters:
v : type(vector)
i : i-th element
value : element set into the vector
Date:
13th of March, 2011
Remarks:

Definition at line 688 of file vector.f90.

 All Classes Namespaces Files Functions Variables Defines