From 8702fd19876eec44df70eda451897f76547dbd91 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sat, 28 Dec 2019 19:33:14 -0700 Subject: [PATCH] Let step-40 only depend on step-6, not step-17. Back in the day, we thought of 17 (which now uses the parallel::shared::Triangulation) as a stepping stone to get to 40, but that's not really any longer how I think about step-40: To me, that's a stand-alone basic technique, whereas step-17 is sort of a niche topic for connoisseurs and those interested in a particular topic. So remove the dependency 17->40 to make the tutorial graph simpler. --- examples/step-40/doc/builds-on | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/step-40/doc/builds-on b/examples/step-40/doc/builds-on index c27eb152ec..17402734c7 100644 --- a/examples/step-40/doc/builds-on +++ b/examples/step-40/doc/builds-on @@ -1 +1 @@ -step-6 step-17 +step-6 -- 2.39.5