|
subroutine mod_vector::v_print_tofile |
( |
type(vector),intent(in) |
v, |
|
|
character*(*),intent(in) |
filename, |
|
|
integer,intent(in),optional |
unit, |
|
|
character*(*),intent(in),optional |
status, |
|
|
character*(*),intent(in),optional |
position | |
|
) |
| | |
print vector to file (row)
- Author:
- Abal-Kassim Cheik Ahamed <akcheik@gmail.com>
- Parameters:
-
| v | : type(vector) |
| filename | : name of file |
| unit | : write unity (optional) |
| status | : status (optional) |
| position | : position (optional) |
- Date:
- 27th of March, 2011
- Returns:
- res : type(vector)
Definition at line 1465 of file vector.f90.
|