~ubuntu-branches/debian/sid/gdal/sid

« back to all changes in this revision

Viewing changes to ogr/ogrsf_frmts/geoconcept/geoconcept_syscoord.c

  • Committer: Package Import Robot
  • Author(s): Francesco Paolo Lovergine
  • Date: 2012-05-07 15:04:42 UTC
  • mfrom: (5.5.16 experimental)
  • Revision ID: package-import@ubuntu.com-20120507150442-2eks97loeh6rq005
Tags: 1.9.0-1
* Ready for sid, starting transition.
* All symfiles updated to latest builds.
* Added dh_numpy call in debian/rules to depend on numpy ABI.
* Policy bumped to 3.9.3, no changes required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
253
253
/* -------------------------------------------------------------------- */
254
254
 
255
255
/* -------------------------------------------------------------------- */
256
 
static int GCSRSAPI_CALL _areCompatibleSpheroids_GCSRS ( id1, id2 )
 
256
static int GCSRSAPI_CALL _areCompatibleSpheroids_GCSRS ( int id1, int id2 )
257
257
{
258
258
  if( id1==id2 ) return TRUE;
259
259
 
278
278
}/* _areCompatibleSpheroids_GCSRS */
279
279
 
280
280
/* -------------------------------------------------------------------- */
281
 
static int GCSRSAPI_CALL _areCompatibleDatums_GCSRS ( id1, id2 )
 
281
static int GCSRSAPI_CALL _areCompatibleDatums_GCSRS ( int id1, int id2 )
282
282
{
283
283
  if( id1==id2 ) return TRUE;
284
284