https://github.com/N-BodyShop/changa
Raw File
Tip revision: 220234863fb1fade374a6cc76f3cf8b264d8a886 authored by Collin J. Sutton on 23 March 2014, 08:13:37 UTC
HostCUDA.cu: typo fixes to hexadecapole-enabled nodeGravityComputation
Tip revision: 2202348
romberg.h

#if defined(__cplusplus)
extern "C" {
#endif

double
dRombergO(void *CTX,double (*func)(void *, double),double a,double b,
	  double eps);
double
dRombergC(void *CTX,double (*func)(void *, double),double a,double b,
	  double eps);

#if defined(__cplusplus)
}

#endif
back to top