From 07e8067e5953ecee415ea68ac72c3862e353bd6e Mon Sep 17 00:00:00 2001 From: James Willis <james.s.willis@durham.ac.uk> Date: Wed, 9 Aug 2017 14:59:46 +0100 Subject: [PATCH] Missing tolerance file in distribution. --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index b96ed92344..cf967db56a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -101,5 +101,5 @@ EXTRA_DIST = testReading.sh makeInput.py testActivePair.sh \ testPeriodicBCPerturbed.sh test125cells.sh test125cellsPerturbed.sh testParserInput.yaml \ difffloat.py tolerance_125_normal.dat tolerance_125_perturbed.dat \ tolerance_27_normal.dat tolerance_27_perturbed.dat tolerance_27_perturbed_h.dat \ - tolerance_pair_normal.dat tolerance_pair_perturbed.dat tolerance_testInteractions.dat \ + tolerance_testInteractions.dat tolerance_pair_active.dat \ fft_params.yml tolerance_periodic_BC_normal.dat tolerance_periodic_BC_perturbed.dat -- GitLab