From 1b2604c7588bc99bcae688d2704716caefbbe058 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sat, 18 May 2019 04:20:24 -0600 Subject: [PATCH] Fix the dependencies of step-61. This program doesn't really build on step-20 (it solves the Darcy equation, but not in mixed form) nor really on step-7 (other than the fact that it computes errors). --- examples/step-61/doc/builds-on | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/step-61/doc/builds-on b/examples/step-61/doc/builds-on index 2bb1b6e1da..12cb8025f3 100644 --- a/examples/step-61/doc/builds-on +++ b/examples/step-61/doc/builds-on @@ -1 +1 @@ -step-51 step-7 step-20 +step-51 step-4 -- 2.39.5