NAME

NOTE_ERROR - (MACRO) Adds a line to the error message store

SYNOPSIS

#include "l/l_error.h"

Example compile flags (system dependent):
  -DLINUX_386 -DLINUX_386_P4  
   -I/home/kobus/include
   -L/home/kobus/load/linux_386_p4 -L/usr/local/lib -L/usr/lib
  -lKJB         -llapack -lblas -lg2c          -lXext -lX11 


void NOTE_ERROR(void);

DESCRIPTION

If the debug level is greater than 0, this macro addds an error to the list of lines stored in the current error list with add_error(); The line is simply:
    Error noted on line [line] of [file].

DISCLAIMER This software is not adequatedly tested. It is recomended that results are checked independantly where appropriate.

AUTHOR

Kobus Barnard

DOCUMENTOR

Kobus Barnard

SEE ALSO

ERE , ERN , ER , EPE , ETE , EPETE , NRE , NRN , NR , NPE , NTE , NPETE