field:: hooks_solve3

This commit is contained in:
Zeno Rogue 2022-08-23 21:36:37 +02:00
parent 50087e032a
commit b7c8e7b754
1 changed files with 3 additions and 0 deletions

View File

@ -585,6 +585,8 @@ void fpattern::generate_quotientgroup() {
}
EX purehookset hooks_solve3;
int fpattern::solve3() {
reg3::construct_relations();
@ -630,6 +632,7 @@ int fpattern::solve3() {
}
P = xP; R = xR; X = xX;
if(!generate_all3()) continue;
callhooks(hooks_solve3);
#if CAP_THREAD && MAXMDIM >= 4
if(dis) { dis->discovered(); continue; }
#endif