home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume13 / chemtab / part02 / undefs.h < prev    next >
Text File  |  1990-06-18  |  295b  |  17 lines

  1. /*
  2.  * chemtab - a periodic table data base (C) 1989 Jim King (puslar@lsrhs)
  3.  *
  4.  * undefs.h - carries all the numbers for undefined vars throughout
  5.  */
  6.  
  7. static int    VAL = 9,
  8.         MEL = -273,
  9.         BOI = -273,
  10.         FIO = -1,
  11.         YEA = -1;
  12. static float    ENG = -1.5,
  13.         SPHT = -1.5,
  14.         DENS = -1.5,
  15.         ARD = -1.5;
  16.     
  17.