equation_of_state.cpp
1 #include "equation_of_state.hpp"
2 
3 EquationOfState::~EquationOfState(void) {}
Base class for equation of state.