00001 /* This file is part of Cloudy and is copyright (C)1978-2007 by Gary J. Ferland 00002 * For conditions of distribution and use see copyright notice in license.txt */ 00004 EXTERN struct t_DoppVel { 00009 float doppler[LIMELM+3]; 00010 00012 double AveVel[LIMELM+3]; 00013 00016 float TurbVel; 00017 00020 float Heiles_Troland_F; 00021 00025 bool lgTurb_pressure; 00026 00029 bool lgTurbEquiMag; 00030 00034 float DispScale; 00035 00036 } DoppVel; 00037 00038