/**************************************************************************** ** *A report_error.c ANUPQ source Eamonn O'Brien ** *Y Copyright 1995-2001, Lehrstuhl D fuer Mathematik, RWTH Aachen, Germany *Y Copyright 1995-2001, School of Mathematical Sciences, ANU, Australia **
*/
#include"pq_defs.h" #include"constants.h"
/* print a run-time error message -- it usually occurs
when a relation references an unknown generator */
void report_error(int a, int b, int c)
{
printf("The program has a run-time error. Please ");
printf("check that all generators\nused in the relations ");
printf("are declared in the generator list.\n"); exit(INPUT_ERROR);
}
¤ Dauer der Verarbeitung: 0.9 Sekunden
(vorverarbeitet)
¤
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.