ISCE_INSAR/components/zerodop/GPUresampslc/include/GPUresamp.h

12 lines
208 B
C

//
// Author: Joshua Cohen
// Copyright 2017
//
#ifndef GPU_RESAMP_H
#define GPU_RESAMP_H
void runGPUResamp(double*,int*,void*,void*,double*,double*,double*,double*,double*,double*,double*,float*);
#endif