Skip to content

Commit

Permalink
Bump volume for Gerardo
Browse files Browse the repository at this point in the history
  • Loading branch information
paboyle committed May 4, 2018
1 parent 68a5079 commit 4ad0df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Test_compressed_lanczos_hot_start.cc
Expand Up @@ -167,7 +167,7 @@ int main (int argc, char ** argv) {
RealD mass = Params.mass;
RealD M5 = Params.M5;
std::vector<int> blockSize = Params.blockSize;
std::vector<int> latt({32,32,16,16});
std::vector<int> latt({32,32,32,32});
uint64_t vol = Ls*latt[0]*latt[1]*latt[2]*latt[3];
double mat_flop= 2.0*1320.0*vol;
// Grids
Expand Down

0 comments on commit 4ad0df6

Please sign in to comment.