cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
cool_eval.h
Go to the documentation of this file.
1 /* This file is part of Cloudy and is copyright (C)1978-2017 by Gary J. Ferland and
2  * others. For conditions of distribution and use see copyright notice in license.txt */
3 
4 #ifndef COOL_EVAL_H_
5 #define COOL_EVAL_H_
6 
7 void eeBremsSpectrum(double Te, // electron temperature in K
8  realnum jnu[], // 4pi*jnu in photons/cm^3/s/cell
9  double knu[]); // opacity in cm^-1
10 
11 #endif // COOL_EVAL_H_
float realnum
Definition: cddefines.h:124
void eeBremsSpectrum(double Te, realnum jnu[], double knu[])
Definition: cool_eval.cpp:1798