diff --git a/benchmarks/dot/dot.f90 b/benchmarks/dot/dot.f90 index 70e5187..7879f37 100644 --- a/benchmarks/dot/dot.f90 +++ b/benchmarks/dot/dot.f90 @@ -17,7 +17,7 @@ program benchmark_dot call random_seed(size = seed_size) allocate(seed_array(seed_size)) - seed_array = 132456789 + seed_array = 123456789 call bench%init(7,'Benchmark dot_product','benchmarks/dot/results/dot', 5000)