update pseudocode
authorMart Lubbers <mart@martlubbers.net>
Thu, 1 Jun 2017 16:22:13 +0000 (18:22 +0200)
committerMart Lubbers <mart@martlubbers.net>
Thu, 1 Jun 2017 16:22:13 +0000 (18:22 +0200)
.gitignore
methods.mtask.tex
thesis.loa

index 27aaa80..d6686a7 100644 (file)
@@ -11,6 +11,7 @@ img/fig-*
 *.glo
 *.gls
 *.ist
+*.loa
 *.lof
 *.log
 *.lol
index db31782..891cfb7 100644 (file)
@@ -54,7 +54,7 @@ executed. When a \gls{mTask} wants to queue another \gls{mTask} it can just
 append it to the queue.
 
 \begin{algorithm}[H]
-       \KwData{\textbf{queue} queue$[]$, \textbf{time} $t, t_p$}
+       \KwData{\textbf{queue} queue, \textbf{time} $t, t_p$}
 
        $t\leftarrow\text{now}()$\;
        \Begin{
@@ -63,7 +63,7 @@ append it to the queue.
                        $t\leftarrow\text{now}()$\;
                        \If{notEmpty$($queue$)$}{
                                $task\leftarrow \text{queue.pop}()$\;
-                               $task$.wait $-= t-t_p$\;
+                               $task$.wait $\leftarrow task$.wait $-(t-t_p)$\;
                                \eIf{$task.wait>t_0$}{
                                        queue.append$(task)$\;
                                }{
@@ -73,7 +73,7 @@ append it to the queue.
                }
        }
        \caption{Engine pseudocode for the \gls{C}- and
-               \gls{iTasks}-backends}\label{lst:engine}
+               \gls{iTasks}-backend}\label{lst:engine}
 \end{algorithm}
 
 \section{Expressions}
index 813f3bb..5279714 100644 (file)
@@ -2,7 +2,7 @@
 \addvspace {10\p@ }
 \addvspace {10\p@ }
 \addvspace {10\p@ }
-\contentsline {algocf}{\numberline {1}{\ignorespaces Engine pseudocode for the \gls {C}- and \gls {iTasks}-backends\relax }}{14}{algocf.1}
+\contentsline {algocf}{\numberline {1}{\ignorespaces Engine pseudocode for the \gls {C}- and \gls {iTasks}-backend\relax }}{14}{algocf.1}
 \addvspace {10\p@ }
 \addvspace {10\p@ }
 \addvspace {10\p@ }