Fix flowchart isuse (#186)

This fixes an issue in the bassinage flowchart as reported in #182
This commit is contained in:
Hendrik Kleinwaechter
2023-08-19 12:24:02 +02:00
committed by GitHub
parent 76cec8c7bb
commit 1d4a99fd01

View File

@@ -14,10 +14,7 @@
\node [block, left of=more_water, node distance=4.5cm] (add_water) {\footnotesize Add water}; \node [block, left of=more_water, node distance=4.5cm] (add_water) {\footnotesize Add water};
\path [line] (more_water) -- node{yes} (add_water); \path [line] (more_water) -- node{yes} (add_water);
\path [line] (add_water) -- (knead1); \path [line] (add_water) -- (knead1);
\node [block, below of=add_water, node distance=4cm] (wait3) {\footnotesize Wait 15~minutes}; \node [decision, below of=more_water, node distance=3.5cm] (dough_sample) {\footnotesize Aliquot sample?};
\path [line] (add_water) -- (wait3);
\node [decision, right of=wait3, node distance=4.5cm] (dough_sample) {\footnotesize Aliquot sample?};
\path [line] (wait3) -- (dough_sample);
\path [line] (more_water) -- node{no} (dough_sample); \path [line] (more_water) -- node{no} (dough_sample);
\node [block, right of=dough_sample, node distance=4.5cm] (dough_ball) {\footnotesize Make round dough ball}; \node [block, right of=dough_sample, node distance=4.5cm] (dough_ball) {\footnotesize Make round dough ball};
\path [line] (dough_sample) -- node{no} (dough_ball); \path [line] (dough_sample) -- node{no} (dough_ball);