Home
last modified time | relevance | path

Searched refs:tempactive (Results 1 – 2 of 2) sorted by relevance

/dports/math/nauty/nauty27r3/
H A Ddreadnaut.c155 DYNALLSTAT(set,tempactive,tempactive_sz);
169 static int tempactive[MAXM]; variable
1357 DYNALLOC1(set,tempactive,tempactive_sz,m,"dreadnaut"); in main()
1361 for (i = 0; i < m; ++i) tempactive[i] = active[i]; in main()
1374 for (i = 0; i < m; ++i) active[i] = tempactive[i]; in main()
/dports/math/py-pynauty/pynauty-1.0.2/src/nauty27r1/
H A Ddreadnaut.c155 DYNALLSTAT(set,tempactive,tempactive_sz);
169 static int tempactive[MAXM]; variable
1357 DYNALLOC1(set,tempactive,tempactive_sz,m,"dreadnaut"); in main()
1361 for (i = 0; i < m; ++i) tempactive[i] = active[i]; in main()
1374 for (i = 0; i < m; ++i) active[i] = tempactive[i]; in main()