*** empty log message ***
This commit is contained in:
parent
e02cb93ea1
commit
81637032f6
2 changed files with 16 additions and 0 deletions
8
Cantera/cxx/include/radiation.h
Normal file
8
Cantera/cxx/include/radiation.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef CT_RAD_H_INCL
|
||||
#define CT_RAD_H_INCL
|
||||
|
||||
#include "kernel/rotor.h"
|
||||
#include "kernel/LineBroadener.h"
|
||||
//#include "kernel/AbsorptionLine.h"
|
||||
|
||||
#endif
|
||||
8
Cantera/cxx/include/spectra.h
Normal file
8
Cantera/cxx/include/spectra.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef CT_SPECTRA_H_INCL
|
||||
#define CT_SECTRA_H_INCL
|
||||
|
||||
#include "kernel/LineBroadener.h"
|
||||
#include "kernel/rotor.h"
|
||||
//#include "kernel/AbsorptionLine.h"
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Reference in a new issue