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

12 lines
206 B
C
Raw Normal View History

2025-01-16 09:33:42 +00:00
//
// Author: Joshua Cohen
// Copyright 2017
//
#ifndef GPU_RESAMP_H
#define GPU_RESAMP_H
void runGPUResamp(double*,int*,void*,void*,float*,float*,double*,double*,double*,double*,double*,float*);
#endif