12 lines
208 B
C
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
|