cloudy trunk
|
#include <lines.h>
Data Fields | |
long int | nsum |
long int | nsumAllocated |
long int | nComment |
long int | ipass |
char | chHoldComments [NHOLDCOMMENTS][INPUT_LINE_LENGTH] |
long int | ipNormWavL |
realnum | WavLNorm |
realnum | errorwave |
long int | sig_figs |
double | ScaleNormLine |
char | chNormLab [5] |
bool | lgNormSet |
realnum | RecCoefCNO [4][471] |
this struc is different from following since they are only pointer here, will be malloced to form a large array after number of lines is counted, but this is the final form
char t_LineSave::chHoldComments[NHOLDCOMMENTS][INPUT_LINE_LENGTH] |
realnum t_LineSave::errorwave |
long int t_LineSave::ipass |
long int t_LineSave::ipNormWavL |
bool t_LineSave::lgNormSet |
long int t_LineSave::nComment |
long int t_LineSave::nsum |
long int t_LineSave::nsumAllocated |
realnum t_LineSave::RecCoefCNO[4][471] |
double t_LineSave::ScaleNormLine |
long int t_LineSave::sig_figs |
realnum t_LineSave::WavLNorm |