summaryrefslogtreecommitdiffstats
path: root/main.tex
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-07-01 18:50:18 +0100
committerYann Herklotz <git@yannherklotz.com>2020-07-01 18:50:18 +0100
commitc8ace4645eb389f95fcad9b499fee03c539b943e (patch)
tree0ca835c7bc119ec05558528eb71b6ca8b6b5ce19 /main.tex
parentae2883a6d42c36d19783061f7217994ebec9d9d6 (diff)
downloadoopsla21_fvhls-c8ace4645eb389f95fcad9b499fee03c539b943e.tar.gz
oopsla21_fvhls-c8ace4645eb389f95fcad9b499fee03c539b943e.zip
Add more content to algorithm
Diffstat (limited to 'main.tex')
-rw-r--r--main.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.tex b/main.tex
index 3a4c120..c07b93a 100644
--- a/main.tex
+++ b/main.tex
@@ -52,7 +52,7 @@
\setminted{fontsize=\small}
\newif\ifCOMMENTS
-\COMMENTStrue
+\COMMENTSfalse
\newcommand{\Comment}[3]{\ifCOMMENTS\textcolor{#1}{{\bf [\![#2:} #3{\bf ]\!]}}\fi}
\newcommand\JW[1]{\Comment{red!75!black}{JW}{#1}}
\newcommand\YH[1]{\Comment{green!50!blue}{YH}{#1}}