fix all latex warnings
[msc-thesis1617.git] / mtask.semantics.tex
index 2cee3cc..bf8b910 100644 (file)
@@ -15,7 +15,7 @@ time. When the waiting time has not passed; the delta is subtracted and the
 they are executed. When an \gls{mTask} opts to queue another \gls{mTask} it
 can just append it to the queue.
 
-~\\
+\vspace{1em}
 \begin{algorithm}[H]
        \KwData{\textbf{queue} queue, \textbf{time} $t, t_p$}
 
@@ -38,7 +38,7 @@ can just append it to the queue.
        \caption{Engine pseudocode for the \gls{C}- and
                \gls{iTasks}-view}\label{lst:engine}
 \end{algorithm}
-~\\
+\vspace{1em}
 
 To achieve this in the \gls{EDSL} a \gls{Task} class is added that work in a
 similar fashion as the \texttt{sds} class. This class is listed in