Changeset 25054


Ignore:
Timestamp:
06/17/20 21:33:26 (5 years ago)
Author:
Mathieu Morlighem
Message:

CHG: need to define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H with new version of proj

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/wrappers/CoordTransform/CoordTransform.cpp

    r24786 r25054  
    44
    55#include "./CoordTransform.h"
     6#define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H
    67#include <proj_api.h>
    78
    89void CoordTransformUsage(void){/*{{{*/
    9         _printf_("\n");
    10         _printf_("   usage: [index,x,y,segments,segmentmarkers]=CoordTransform(domainoutlinefilename,rifts,area) \n");
    11         _printf_("      where: index,x,y defines a triangulation, segments is an array made \n");
    12         _printf_("      of exterior segments to the mesh domain outline, segmentmarkers is an array flagging each segment, \n");
    13         _printf_("      outlinefilename an Argus domain outline file, \n");
    14         _printf_("      area is the maximum area desired for any element of the resulting mesh, \n");
    15         _printf_("\n");
     10        _printf_(" type help CoordTransform\n");
    1611}/*}}}*/
    1712WRAPPER(CoordTransform_python){
     
    2419   int     M,N;
    2520   int     test1,test2;
     21
     22        printf("%i %i %i %i\n",NLHS,nlhs,NRHS,nrhs);
    2623
    2724        /*Boot module: */
Note: See TracChangeset for help on using the changeset viewer.