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

« back to all changes in this revision

Viewing changes to frmts/sdts/sdtspolygonreader.cpp

  • 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:
1
1
/******************************************************************************
2
 
 * $Id: sdtspolygonreader.cpp 19953 2010-07-02 06:03:04Z warmerdam $
 
2
 * $Id: sdtspolygonreader.cpp 19952 2010-07-02 05:44:18Z warmerdam $
3
3
 *
4
4
 * Project:  SDTS Translator
5
5
 * Purpose:  Implementation of SDTSPolygonReader and SDTSRawPolygon classes.
29
29
 
30
30
#include "sdts_al.h"
31
31
 
32
 
CPL_CVSID("$Id: sdtspolygonreader.cpp 19953 2010-07-02 06:03:04Z warmerdam $");
 
32
CPL_CVSID("$Id: sdtspolygonreader.cpp 19952 2010-07-02 05:44:18Z warmerdam $");
33
33
 
34
34
/************************************************************************/
35
35
/* ==================================================================== */