/home/coin/SVN-release/CoinAll-1.1.0/SYMPHONY/Applications/SPP/include/spp_macros.h File Reference

Go to the source code of this file.

Defines

#define OPEN_WRITE_ERROR(x)
#define OPEN_READ_ERROR(x)
#define IO_ERROR


Define Documentation

#define OPEN_WRITE_ERROR (  ) 

Value:

{ \
     (void) fprintf(stderr, \
                    "ERROR: Could not open file %s for writing!\n", x ); \
     exit(1); \
}

Definition at line 20 of file spp_macros.h.

#define OPEN_READ_ERROR (  ) 

Value:

{ \
     (void) fprintf(stderr, \
                    "ERROR: Could not open file %s for reading!\n", x ); \
     exit(1); \
}

Definition at line 27 of file spp_macros.h.

#define IO_ERROR

Value:

{ \
     (void) fprintf(stderr, \
                    "pp_read_input : Problem while reading input file\n"); \
     exit(1); \
}

Definition at line 34 of file spp_macros.h.


Generated on Sun Nov 14 14:11:43 2010 for Coin-All by  doxygen 1.4.7