1CPMVIW(3NCARG)                   NCAR GRAPHICS                  CPMVIW(3NCARG)
2
3
4

NAME

6       CPMVIW - Moves the contents of an old integer workspace to a new one.
7

SYNOPSIS

9       CALL CPMVIW (IWKO, IWKN, LWKN)
10

C-BINDING SYNOPSIS

12       #include <ncarg/ncargC.h>
13
14       void c_cpback (int *iwko, int *iwkn, int *lwkn)
15

DESCRIPTION

17       The arguments define the old and new integer workspaces.
18
19       IWKO        (an input array of type INTEGER, dimensioned as specified
20                   in the last call to CPRECT, CPSPS1, CPSPS2, or CPMVIW) is
21                   the old integer workspace array.
22
23       IWKN        (an output array of type INTEGER, dimensioned LWKN) is the
24                   new integer workspace array.
25
26       LWKN        (an input expression of type INTEGER) specifies the length
27                   of IWKN.
28

C-BINDING DESCRIPTION

30       The C-binding argument descriptions are the same as the FORTRAN
31       argument descriptions.
32

USAGE

34       When, in the execution of a CONPACK routine, the amount of space left
35       in the integer workspace array is found to be insufficient, if the
36       internal parameter 'WSO' has the value 3, the error-handling routine
37       SETER is called with an appropriate error message.  If, in addition,
38       the user has turned recovery mode on, execution continues and,
39       eventually, control is returned to the user.  At that point, the user
40       should detect the fact that an error has occurred.  If he/she chooses
41       to try to recover from the error, CPMVIW may be of use: it may be
42       called to move everything from the current integer workspace to a new
43       (and presumably bigger) one, after which it may be possible to resume
44       execution.
45

EXAMPLES

47       None, at present.
48

ACCESS

50       To use CPMVIW or c_cpmviw, load the NCAR Graphics libraries ncarg,
51       ncarg_gks, and ncarg_c, preferably in that order.
52

MESSAGES

54       See the conpack man page for a description of all Conpack error
55       messages and/or informational messages.
56

SEE ALSO

58       Online: conpack, cpback, cpchcf, cpchcl, cpchhl, cpchil, cpchll,
59       cpcica, cpclam, cpcldm, cpcldr, cpcltr, cpcnrc, cpdrpl, cpezct, cpgetc,
60       cpgeti, cpgetr, cplbam, cplbdr, cpmpxy, cpmvrw, cppkcl, cppklb, cprect,
61       cprset, cpscae, cpsetc, cpseti, cpsetr, cpsps1, cpsps2, ncarg_cbind
62
63       Hardcopy: NCAR Graphics Contouring and Mapping Tutorial
64
66       Copyright (C) 1987-2007
67       University Corporation for Atmospheric Research
68
69       This documentation is free software; you can redistribute it and/or
70       modify it under the terms of the GNU General Public License as
71       published by the Free Software Foundation; either version 2 of the
72       License, or (at your option) any later version.
73
74       This software is distributed in the hope that it will be useful, but
75       WITHOUT ANY WARRANTY; without even the implied warranty of
76       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
77       General Public License for more details.
78
79       You should have received a copy of the GNU General Public License along
80       with this software; if not, write to the Free Software Foundation,
81       Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
82
83
84
85
86UNIX                              March 1993                    CPMVIW(3NCARG)
Impressum