|
cloudy trunk
|
#include <lines.h>

Data Fields | |
| char | chSumTyp |
| char | chALab [5] |
| double | SumLine [4] |
| double | emslin [2] |
| realnum | wavelength |
| const char * | chComment |
this struc is different from above since only pointer here, will be malloced to form a large array after number of lines is counted.
these are the main line save arrays
| char t_tag_LineSv::chALab[5] |
| const char* t_tag_LineSv::chComment |
| char t_tag_LineSv::chSumTyp |
| double t_tag_LineSv::emslin[2] |
| double t_tag_LineSv::SumLine[4] |