/* prttau.h */ /* * lgPrtTau tells whether to print line optical depths * PrtTauFnt is smallest line optical depth to print */ EXTERN struct t_PrtTau { int lgPrtTau; float PrtTauFnt; } PrtTau;