~ubuntu-branches/ubuntu/vivid/proj/vivid

« back to all changes in this revision

Viewing changes to src/PJ_mpoly.c

  • Committer: Bazaar Package Importer
  • Author(s): Peter S Galbraith
  • Date: 2002-01-11 10:27:12 UTC
  • Revision ID: james.westby@ubuntu.com-20020111102712-ayi18r8y2eesv0y9
Tags: upstream-4.4.5
ImportĀ upstreamĀ versionĀ 4.4.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef lint
 
2
static const char SCCSID[]="@(#)PJ_mpoly.c      4.1     94/05/22        GIE     REL";
 
3
#endif
 
4
#define PROJ_PARMS__ \
 
5
        double  rho_0;
 
6
#define PJ_LIB__
 
7
#include        <projects.h>
 
8
PROJ_HEAD(mpoly, "Modified Polyconic")
 
9
        "\n\tPolyconic, Sph\n\tlat_1= and lat_2= lotsa";
 
10
FORWARD(s_forward); /* spheroid */
 
11
        return (xy);
 
12
}
 
13
INVERSE(s_inverse); /* ellipsoid & spheroid */
 
14
        return (lp);
 
15
}
 
16
FREEUP; if (P) pj_dalloc(P); }
 
17
ENTRY0(mpoly)
 
18
        P->fwd = s_forward;
 
19
        P->inv = s_inverse;
 
20
        P->es = 0;
 
21
ENDENTRY(P)