[graph] Minor rename

pull/4350/head
Behdad Esfahbod 1 year ago
parent bb1f53c254
commit 3bedb0eeed
  1. 4
      src/graph/graph.hh

@ -61,7 +61,7 @@ struct graph_t
) )
) )
bool parents_in_error () const bool in_error () const
{ {
return parents.in_error (); return parents.in_error ();
} }
@ -1274,7 +1274,7 @@ struct graph_t
for (unsigned i = 0; i < count; i++) for (unsigned i = 0; i < count; i++)
// parents arrays must be accurate or downstream operations like cycle detection // parents arrays must be accurate or downstream operations like cycle detection
// and sorting won't work correctly. // and sorting won't work correctly.
check_success (!vertices_.arrayZ[i].parents_in_error ()); check_success (!vertices_.arrayZ[i].in_error ());
parents_invalid = false; parents_invalid = false;
} }

Loading…
Cancel
Save