mirror of
https://github.com/vale981/arb
synced 2025-03-05 09:21:38 -05:00
typo
This commit is contained in:
parent
15d5a14926
commit
f0d38856e5
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@
|
|||
typedef struct
|
||||
{
|
||||
int *u; /* 'temporary mark' */
|
||||
int *v; /* 'permanant mark' */
|
||||
int *v; /* 'permanent mark' */
|
||||
slong size;
|
||||
} _cycle_detection_s;
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
typedef struct
|
||||
{
|
||||
int *u; /* 'temporary mark' */
|
||||
int *v; /* 'permanant mark' */
|
||||
int *v; /* 'permanent mark' */
|
||||
slong *post; /* postorder nodes */
|
||||
slong npost; /* number of postorder nodes so far */
|
||||
slong size;
|
||||
|
|
Loading…
Add table
Reference in a new issue