diff --git a/fieldpattern.cpp b/fieldpattern.cpp index 437cb508..98431e4f 100644 --- a/fieldpattern.cpp +++ b/fieldpattern.cpp @@ -277,9 +277,20 @@ struct fpattern { } void findsubpath(); + + bool check_order(matrix M, int req); }; #endif +bool fpattern::check_order(matrix M, int req) { + matrix P = M; + for(int i=1; i