From 13df199fbc265555eaa36e867ec5711e23c1e08e Mon Sep 17 00:00:00 2001 From: Francis Russell Date: Tue, 7 Aug 2012 18:12:15 +0100 Subject: [PATCH] Fix mass matrix benchmark makefile. --- mass_matrix_2d/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mass_matrix_2d/Makefile b/mass_matrix_2d/Makefile index 98901c7..2b1e057 100644 --- a/mass_matrix_2d/Makefile +++ b/mass_matrix_2d/Makefile @@ -1,4 +1,6 @@ MAT_TYPE="mass_matrix" +FIELD_RANK="0" + include ../benchmark.mk tractable-benchmarks: benchmark_f1_p1_q1 benchmark_f1_p2_q3 \ -- 2.47.3