From: Wolfgang Bangerth Date: Sun, 29 Dec 2019 02:33:14 +0000 (-0700) Subject: Let step-40 only depend on step-6, not step-17. X-Git-Tag: v9.2.0-rc1~761^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8702fd19876eec44df70eda451897f76547dbd91;p=dealii.git 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. --- 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