429 |
, CONST char *label1, CONST dim_type *d1 |
, CONST char *label1, CONST dim_type *d1 |
430 |
, CONST char *label2, CONST dim_type *d2 |
, CONST char *label2, CONST dim_type *d2 |
431 |
){ |
){ |
432 |
|
/* |
433 |
error_reporter_start(ASC_USER_ERROR,NULL,0,NULL); |
error_reporter_start(ASC_USER_ERROR,NULL,0,NULL); |
434 |
FPRINTF(ASCERR,"%s: %s='", message, label1); |
FPRINTF(ASCERR,"%s: %s='", message, label1); |
435 |
PrintDimen(ASCERR,d1); |
PrintDimen(ASCERR,d1); |
437 |
PrintDimen(ASCERR,d2); |
PrintDimen(ASCERR,d2); |
438 |
FPRINTF(ASCERR,"'"); |
FPRINTF(ASCERR,"'"); |
439 |
error_reporter_end_flush(); |
error_reporter_end_flush(); |
440 |
|
*/ |
441 |
|
ERROR_REPORTER_HERE(ASC_USER_ERROR,"Invalid dimensions"); |
442 |
} |
} |
443 |
|
|
444 |
|
|