/* ppgap4.c 9.3.00. * GAP4 version of ppgap * * 6/8/98 large scale reorganisation to omit globals, etc. * * Read a kb-input file and make a preprocessor file for GAP * * SYNOPSIS: * ppgap4 groupname *
*/
/* First read in the defining relations for the group. */ if ((rfile = fopen(gpname, "r")) == 0) {
fprintf(stderr, "Cannot open file %s.\n", gpname); exit(1);
}
read_kbinput_simple(rfile, TRUE, rwsptr);
fclose(rfile);
isgroup = TRUE; for (i = 1; i <= rws.num_gens; i++) { if ((rws.inv_of)[i] == 0) {
isgroup = FALSE; break;
}
}
wfile = fopen(outf, "w");
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.