mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-18 15:00:26 +00:00
field:: hooks_solve3
This commit is contained in:
parent
50087e032a
commit
b7c8e7b754
@ -585,6 +585,8 @@ void fpattern::generate_quotientgroup() {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
EX purehookset hooks_solve3;
|
||||||
|
|
||||||
int fpattern::solve3() {
|
int fpattern::solve3() {
|
||||||
reg3::construct_relations();
|
reg3::construct_relations();
|
||||||
|
|
||||||
@ -630,6 +632,7 @@ int fpattern::solve3() {
|
|||||||
}
|
}
|
||||||
P = xP; R = xR; X = xX;
|
P = xP; R = xR; X = xX;
|
||||||
if(!generate_all3()) continue;
|
if(!generate_all3()) continue;
|
||||||
|
callhooks(hooks_solve3);
|
||||||
#if CAP_THREAD && MAXMDIM >= 4
|
#if CAP_THREAD && MAXMDIM >= 4
|
||||||
if(dis) { dis->discovered(); continue; }
|
if(dis) { dis->discovered(); continue; }
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user