# Calculation types define CALC_DICT "|real|double|" define CALC_REAL 1 define CALC_DOUBLE 2 # Maximum number of line in the in input files. This constant is used to # dimension the array used to store the line ranges. define MAX_RANGES 10000