Ice Sheet System Model  4.18
Code documentation
CoordinateSystemTransformx.h
Go to the documentation of this file.
1 
4 #ifndef _CORRDSYSTRANFER_
5 #define _CORRDSYSTRANFER_
6 
7 #include "../../classes/classes.h"
8 
9 /* local prototypes: */
10 void CoordinateSystemTransformx(double** px_dest,double** py_dest,double* x_src,double* y_src,int size,const char* str_src,const char* str_dst);
11 #endif
CoordinateSystemTransformx
void CoordinateSystemTransformx(double **px_dest, double **py_dest, double *x_src, double *y_src, int size, const char *str_src, const char *str_dst)
Definition: CoordinateSystemTransformx.cpp:12