1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-11 22:50:45 +01:00
This commit is contained in:
azusayamaguchi 2016-11-08 11:35:41 +00:00
parent 692b44dac1
commit 0cff8754d1

View File

@ -122,6 +122,7 @@ namespace Grid {
double Flops(void) {return flops;}
double MFlops(void) {return flops/usec;}
double USec(void) {return (double)usec;}
FFT ( GridCartesian * grid ) :
vgrid(grid),