Skip to content

Commit 4ad0df6

Browse files
committed
Bump volume for Gerardo
1 parent 68a5079 commit 4ad0df6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Test_compressed_lanczos_hot_start.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ int main (int argc, char ** argv) {
167167
RealD mass = Params.mass;
168168
RealD M5 = Params.M5;
169169
std::vector<int> blockSize = Params.blockSize;
170-
std::vector<int> latt({32,32,16,16});
170+
std::vector<int> latt({32,32,32,32});
171171
uint64_t vol = Ls*latt[0]*latt[1]*latt[2]*latt[3];
172172
double mat_flop= 2.0*1320.0*vol;
173173
// Grids

0 commit comments

Comments
 (0)