1lis_vector_duplicate(3f)     Lis Library Functions    lis_vector_duplicate(3f)
2
3
4

NAME

6       lis_vector_duplicate - duplicate the vector
7
8

SYNOPSIS

10       subroutine  lis_vector_duplicate(void *vin, LIS_VECTOR *vout, LIS_INTE‐
11       GER ierr);
12
13

DESCRIPTION

15       Create vector vout which has the same information as vin.
16
17

INPUT

19       vin    The source vector
20
21

OUTPUT

23       vout   The destination vector
24
25

NOTE

27       The function lis_vector_duplicate does not copy the values,  but  allo‐
28       cates  only  the  memory.  To  copy  the  values  as well, the function
29       lis_vector_copy must be called after this function.
30
31

SEE ALSO

33       lis(3)
34
35       http://www.ssisc.org/lis/
36
37
38
39
40Man Page                          6 Sep 2012          lis_vector_duplicate(3f)
Impressum