=========================================================== variable naming convention: fortran iv variable convention is followed: i, j, k, l, m, n start integers, which can be long or short other letters start floats or double character/string variables start ch, as in chName logical variables are int, and start lg, as in lgOK FILE* variables start with io, rest caps, as in ioFILE ============================================================== routine naming: hydrogenic sequence routines start with Hydro.... command parsing routines start with Parse.... routines that create something, one time per coreload, start Create.... ============================================================== fortran common blocks became structures, the structure name is the name of the header file if variables a, b, and c are grouped together into a structure called group, each is referenced as group.a, group,b and group.c, and are located in group.h ============================================================== changes denoted by * >>chng 97 Apr 25, remove .5 to get agreement with