Skip to content
Snippets Groups Projects
Commit 9b452bf5 authored by Jean-Christophe Routier's avatar Jean-Christophe Routier
Browse files

abstract removed

parent 100298f3
No related branches found
No related tags found
No related merge requests found
......@@ -185,8 +185,8 @@ Jean-Christophe \textsc{Routier} \\
\vfill
\end{titlepage}
\begin{abstract}
\end{abstract}
% \begin{abstract}
% \end{abstract}
%\maketitle
\newpage
......
......@@ -23,7 +23,7 @@ abstract class VariableAgent(val variable: Variable,
val constraints: Set[Constraint]) extends Actor {
var trace: Boolean = false
var debug: Boolean = false
var debugState: Boolean = false
var debugState: Boolean = true
var supervisor: ActorRef = context.parent
var directory: Directory = new Directory()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment