13 lines
237 B
C
13 lines
237 B
C
|
//
|
||
|
// Author: Joshua Cohen
|
||
|
// Copyright 2017
|
||
|
//
|
||
|
|
||
|
#ifndef GPUGEO_H
|
||
|
#define GPUGEO_H
|
||
|
|
||
|
int nLinesPossible(int,int);
|
||
|
void runGPUGeo(int,int,double*,int*,double*,double*,double*,int,double*,int,double,double,double*,double,double**);
|
||
|
|
||
|
#endif
|