Skip to content

Commit e334695

Browse files
author
Nikolaas N. Oosterhof
committed
DOC: explain debug statements
1 parent 15c3141 commit e334695

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MOcov/mocov_line_covered.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
// for allocating and freeing space for these structs when needed.
1414
//
1515
// To help with debugging, the code defines and uses `debug()` en
16-
// `debug_print_state()` calls.
16+
// `debug_print_state()` calls. When enabled (not by defaylt), this prints
17+
// extensive output that migh help debugging.
1718

1819
#include "mex.h"
1920
#include <assert.h>

0 commit comments

Comments
 (0)