Skip to content

Commit 1d0f609

Browse files
committed
Merge pull request #9 from eddelbuettel/feature/optional-graph-file
make graph file writing optional
2 parents 0a07a50 + 80e7cca commit 1d0f609

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/engine.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,9 @@ namespace streamulus
168168

169169
void StartEngine()
170170
{
171+
#if defined(WRITE_GRAPH)
171172
WriteGraph("TsGraph.vis");
173+
#endif
172174
ActivateSources();
173175
Work();
174176
}

0 commit comments

Comments
 (0)