mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
*** empty log message ***
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user