|
subroutine mod_vector::v_init_fromfile |
( |
type(vector) |
v, |
|
|
character*(*),intent(in) |
filename, |
|
|
integer,intent(in),optional |
unit | |
|
) |
| | |
init a vector
- Author:
- Abal-Kassim Cheik Ahamed <akcheik@gmail.com>
- Parameters:
-
| v | : type(vector) |
| filename | : name of file |
| unit | : write unity (optional) |
- Date:
- 12th of March, 2011
Definition at line 343 of file vector.f90.
|