// // 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