Base class for equation of state. More...
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | EquationOfState |
Base class for equation of state. More... | |
Typedefs | |
typedef std::vector< double > | tvector |
typedef std::vector< bool > | svector |
Base class for equation of state.
Definition in file equation_of_state.hpp.
typedef std::vector<bool> svector |
typedef for string vector
Definition at line 15 of file equation_of_state.hpp.
typedef std::vector<double> tvector |
typedef for tracer vector
Definition at line 13 of file equation_of_state.hpp.