Diffpack Documentation


Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

const.h

Go to the documentation of this file.
00001 
00005 const char nl     = '\n';
00006 
00007 
00008 const int MAIN   = 1;
00009 const int SUB    = 2;
00010 const int SUBSUB = 3;
00011 
00012 #ifndef DUMMY
00013 const real DUMMY = -99999.0;
00014 #endif
00015 
00016 #ifndef INFINITY
00017 const real INFINITY = 1.0e+30;
00018 #endif
00019 
00020 
00021 
00022 #ifndef BUFLENGTH
00023 const int  BUFLENGTH  = 120;
00024 #endif
00025 
00026 #ifndef LINELENGTH
00027 const int  LINELENGTH =  80;
00028 #endif
00029 
00030 #ifndef WORDLENGTH
00031 const int  WORDLENGTH =  50;
00032 #endif
00033 
00034 
00035 

Copyright © 2003 inuTech GmbH. All rights reserved.