Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7c25bb6

Browse files
committed
Deployed d62c758 with MkDocs version: 1.1
1 parent 9198468 commit 7c25bb6

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml.gz

0 Bytes
Binary file not shown.

tutorial_05_subtrees/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ <h2 id="loggers">Loggers</h2>
691691
<span class="c1">// This logger stores the execution time of each node</span>
692692
<span class="n">MinitraceLogger</span> <span class="n">logger_minitrace</span><span class="p">(</span><span class="n">tree</span><span class="p">.</span><span class="n">root_node</span><span class="p">,</span> <span class="s">&quot;bt_trace.json&quot;</span><span class="p">);</span>
693693

694-
<span class="cp">#ifdef ZMQ_INSTALLED</span>
694+
<span class="cp">#ifdef ZMQ_FOUND</span>
695695
<span class="c1">// This logger publish status changes using ZeroMQ. Used by Groot</span>
696696
<span class="n">PublisherZMQ</span> <span class="n">publisher_zmq</span><span class="p">(</span><span class="n">tree</span><span class="p">);</span>
697697
<span class="cp">#endif</span>

0 commit comments

Comments
 (0)