*** empty log message ***

This commit is contained in:
Dave Goodwin
2007-12-17 08:18:01 +00:00
parent dc94ba0dec
commit a1c481ca5a
3 changed files with 12 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ else
endif
PIC_FLAG=@PIC@
LOCAL_DEFS = -DDEBUG_SOLVESP
# LOCAL_DEFS = -DDEBUG_SOLVESP
CXX_FLAGS = @CXXFLAGS@ $(LOCAL_DEFS) $(CXX_OPT) $(PIC_FLAG) $(DEBUG_FLAG)
# homogeneous kinetics

View File

@@ -3,6 +3,15 @@
* Header file for class Rotor.
*/
/**
* @defgroup spectra Spectroscopic Models
*
* These classes are used to simulate the absorption and emission spectra of
* molecules.
*
* @ingroup thermoprops
*/
#ifndef CT_ROTOR
#define CT_ROTOR
@@ -12,7 +21,7 @@ namespace Cantera {
/**
* Class Rotor represents a non-rigid quantum-mechanical rotor.
* @ingroup Spectroscopy
* @ingroup spectra
*/
class Rotor {
public:

View File

@@ -132,7 +132,7 @@ BUILD_F90_INTERFACE=${BUILD_F90_INTERFACE:="default"}
# The Fortran 90/95 compiler. If set to "default", the script will
# look for a Fortran 90/95 compiler on your system by the name of
# "f95", "gfortran", or "g95".
F90=${F90:="gfortran"}
F90=${F90:="default"}
# Compiler option flags for the Fortran 90/95 compiler. If you are
# using the Absoft or the NAG compiler, additional options specific to