Bladeren bron

update error information

Eren Yilmaz 6 jaren geleden
bovenliggende
commit
035ffe5c9c
1 gewijzigde bestanden met toevoegingen van 6 en 5 verwijderingen
  1. 6 5
      doc/chapter/appendix.tex

+ 6 - 5
doc/chapter/appendix.tex

@@ -60,8 +60,9 @@
 \begin{figure}[htp]
     \centering
     \includegraphics[width=0.33\linewidth]{img/error_connected}
-    \caption[Error caused by connected graph]{An illustration of the error caused by the graph displayed in figure~\ref{fig:error_connected}.
-    In the fourth layer the last two nodes are drawn at the same position.}
+    \caption[Error caused by connected graph]{An illustration of the error that was caused by the graph displayed in figure~\ref{fig:error_connected}.
+    In the fourth layer the last two nodes were drawn at the same position.
+    The error has been fixed, see section~\ref{sec:knownIssues}.}
     \label{fig:error_connected_img}
 \end{figure}
 
@@ -76,8 +77,8 @@
 \begin{figure}
     \begin{lstinputlisting}[language=json,emph={},basicstyle=\tiny\ttfamily,numberstyle=\tiny]{src/error_connected.json}
     \end{lstinputlisting}
-    \caption[Connected graph causing an error]{Example graph where the node placement algorithm does not behave correctly, even though it is connected.
-    We did not check yet if this is a problem with our implementation or with the node placement algorithm itself.
-    The error is illustrated in figure~\ref{fig:error_connected_img}.}
+    \caption[Connected graph causing an error]{Example graph where the node placement algorithm did not behave correctly, even though it is connected.
+    This was a problem with our implementation and has been fixed, see section~\ref{sec:knownIssues}.
+    The former error is illustrated in figure~\ref{fig:error_connected_img}.}
     \label{fig:error_connected}
 \end{figure}