Newsgroups: comp.parallel.pvm
From: jmartin@bailer.cs.uiowa.edu (Jeffrey Martin)
Subject: pvm function prototypes
Organization: The University of Iowa, Iowa City, Iowa, USA
Date: 11 Jan 1995 05:17:42 GMT
Message-ID: <JMARTIN.95Jan10231742@bailer.cs.uiowa.edu>

Is there any special reason that the functions prototyped in pvm3.h
don't make use of the 'const' (especially in the pack functions)? This
is throwing some warnings, as I const everything that needs to be
(C++)...

for example:
vertex.H:477: warning: passing `const double *' as argument 1 of
`pvm_pkdouble(double *, int, int)' discards const

--
/-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-\
| Blackstar - jmartin@herky.cs.uiowa.edu                          |
|             http://caesar.cs.uiowa.edu/~jmartin/                |
\-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-/

