[GRASS-dev] convergence angle
Markus Neteler
neteler at osgeo.org
Tue Oct 21 14:27:04 EDT 2008
On Tue, Oct 21, 2008 at 1:38 PM, Glynn Clements
<glynn at gclements.plus.com> wrote:
...
> I've applied this in 7.0:
>
> --- include/gprojects.h (revision 33947)
> +++ include/gprojects.h (working copy)
> @@ -32,7 +32,7 @@
>
> struct pj_info
> {
> - projPJ *pj;
> + projPJ pj;
> double meters;
> int zone;
> char proj[100];
>
> It doesn't result in a warning in GRASS because PROJECTS_H isn't
> defined, so the void* version is used, and implicit casts to/from
> void* never generate a warning.
Backported to 6.4.svn.
Markus
More information about the grass-dev
mailing list