Package CHEM :: Package Structure :: Module Env
[hide private]
[frames] | no frames]

Module Env



Various constants for use by the module, but these can / should be changed depending on the platform / environment where they are installed.

Variables [hide private]
  LOGGER_LEVEL = 20
Not functionally important, just indicates an estimate of the number of lines in input files to hint a proper scale for the progress indicators.
  EST_INPUT = 200
Variables Details [hide private]

LOGGER_LEVEL

Not functionally important, just indicates an estimate of the number of lines in input files to hint a proper scale for the progress indicators. If you do not wish to see those dot indicators, set this value to 0.

Several usages divide this value by 200 to indicate the desired number of total dots ~200. Thus, do not set the value < 200 or else there will effectively be no results, unless that is your desired behavior (set to 0)
Value:
20