mirror of
https://github.com/RTimothyEdwards/netgen.git
synced 2026-08-22 05:57:36 +02:00
Merge branch 'master' into netgen-1.5
This commit is contained in:
@@ -2428,6 +2428,8 @@ _netcmp_run(ClientData clientData,
|
|||||||
else {
|
else {
|
||||||
enable_interrupt();
|
enable_interrupt();
|
||||||
while (!Iterate() && !InterruptPending);
|
while (!Iterate() && !InterruptPending);
|
||||||
|
ExhaustiveSubdivision = 1;
|
||||||
|
while (!Iterate() && !InterruptPending);
|
||||||
if (dolist) {
|
if (dolist) {
|
||||||
result = _netcmp_verify(clientData, interp, 2, objv - 1);
|
result = _netcmp_verify(clientData, interp, 2, objv - 1);
|
||||||
}
|
}
|
||||||
@@ -2446,6 +2448,8 @@ _netcmp_run(ClientData clientData,
|
|||||||
else {
|
else {
|
||||||
enable_interrupt();
|
enable_interrupt();
|
||||||
while (!Iterate() && !InterruptPending);
|
while (!Iterate() && !InterruptPending);
|
||||||
|
ExhaustiveSubdivision = 1;
|
||||||
|
while (!Iterate() && !InterruptPending);
|
||||||
automorphisms = VerifyMatching();
|
automorphisms = VerifyMatching();
|
||||||
if (automorphisms == -1)
|
if (automorphisms == -1)
|
||||||
Fprintf(stdout, "Netlists do not match.\n");
|
Fprintf(stdout, "Netlists do not match.\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user