summaryrefslogtreecommitdiffstats
path: root/main.tex
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-07-01 17:01:27 +0100
committerYann Herklotz <git@yannherklotz.com>2020-07-01 17:01:27 +0100
commitbeaa247399996201c572e6bf35d73df4a1b8aab7 (patch)
tree6bb2fef971aca73bae62d72cebb0ab7b5494f6c2 /main.tex
parent7710d20a16356636729babae6a069b9866475441 (diff)
downloadoopsla21_fvhls-beaa247399996201c572e6bf35d73df4a1b8aab7.tar.gz
oopsla21_fvhls-beaa247399996201c572e6bf35d73df4a1b8aab7.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}}