@@ -281,10 +281,10 @@ GrB_Info LAGraph_CFL_reachability
281
281
T [term_rule .nonterm ], GrB_NULL , GrB_NULL , GxB_PAIR_BOOL ,
282
282
T [term_rule .nonterm ], true_scalar , adj_matrices [term_rule .prod_A ], true_scalar , GrB_NULL
283
283
);
284
-
284
+
285
285
t_empty_flags [term_rule .nonterm ] = false;
286
286
287
- #ifdef DEBUG
287
+ #ifdef DEBUG_CFL_REACHBILITY
288
288
GxB_Matrix_iso (& iso_flag , T [term_rule .nonterm ]);
289
289
printf ("[TERM] eWiseUnion: NONTERM: %d (ISO: %d)\n" , term_rule .nonterm , iso_flag );
290
290
#endif
@@ -307,7 +307,7 @@ GrB_Info LAGraph_CFL_reachability
307
307
308
308
t_empty_flags [eps_rule .nonterm ] = false;
309
309
310
- #ifdef DEBUG
310
+ #ifdef DEBUG_CFL_REACHBILITY
311
311
GxB_Matrix_iso (& iso_flag , T [eps_rule .nonterm ]);
312
312
printf ("[EPS] eWiseUnion: NONTERM: %d (ISO: %d)\n" ,
313
313
eps_rule .nonterm , iso_flag );
@@ -339,7 +339,7 @@ GrB_Info LAGraph_CFL_reachability
339
339
changed = changed || (nnzs [bin_rule .nonterm ] != new_nnz );
340
340
nnzs [bin_rule .nonterm ] = new_nnz ;
341
341
342
- #ifdef DEBUG
342
+ #ifdef DEBUG_CFL_REACHBILITY
343
343
GxB_Matrix_iso (& iso_flag , T [bin_rule .nonterm ]);
344
344
printf ("[TERM1 TERM2] MULTIPLY, S: %d, A: %d, B: %d, "
345
345
"I: %ld (ISO: %d)\n" ,
@@ -349,7 +349,7 @@ GrB_Info LAGraph_CFL_reachability
349
349
}
350
350
}
351
351
352
- #ifdef DEBUG
352
+ #ifdef DEBUG_CFL_REACHBILITY
353
353
for (int32_t i = 0 ; i < nonterms_count ; i ++ ) {
354
354
printf ("MATRIX WITH INDEX %d:\n" , i );
355
355
GxB_print (T [i ], GxB_SUMMARY );
0 commit comments