Changeset 25054
- Timestamp:
- 06/17/20 21:33:26 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/wrappers/CoordTransform/CoordTransform.cpp ¶
r24786 r25054 4 4 5 5 #include "./CoordTransform.h" 6 #define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H 6 7 #include <proj_api.h> 7 8 8 9 void 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"); 16 11 }/*}}}*/ 17 12 WRAPPER(CoordTransform_python){ … … 24 19 int M,N; 25 20 int test1,test2; 21 22 printf("%i %i %i %i\n",NLHS,nlhs,NRHS,nrhs); 26 23 27 24 /*Boot module: */
Note:
See TracChangeset
for help on using the changeset viewer.