blob: c2d4972ddc8af2aae166b58ad484a5d4fc80507a (
plain) (
blame)
1
2
3
4
5
6
|
# Type of features for one dimensional centering.
define EMISSION 1 # Emission feature
define ABSORPTION 2 # Absorption feature
define FTYPES "|emission|absorption|" # Types for strdic and clgwrd.
|