mirror of
https://github.com/vale981/arb
synced 2025-03-06 01:41:39 -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
|
typedef struct
|
||||||
{
|
{
|
||||||
int *u; /* 'temporary mark' */
|
int *u; /* 'temporary mark' */
|
||||||
int *v; /* 'permanant mark' */
|
int *v; /* 'permanent mark' */
|
||||||
slong size;
|
slong size;
|
||||||
} _cycle_detection_s;
|
} _cycle_detection_s;
|
||||||
|
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
int *u; /* 'temporary mark' */
|
int *u; /* 'temporary mark' */
|
||||||
int *v; /* 'permanant mark' */
|
int *v; /* 'permanent mark' */
|
||||||
slong *post; /* postorder nodes */
|
slong *post; /* postorder nodes */
|
||||||
slong npost; /* number of postorder nodes so far */
|
slong npost; /* number of postorder nodes so far */
|
||||||
slong size;
|
slong size;
|
||||||
|
|
Loading…
Add table
Reference in a new issue