| 941 | return calc_fugacity(i); |
| 942 | } |
| 943 | double AbstractState::chemical_potential(std::size_t i) { |
| 944 | // TODO: Cache the chemical potential for each component |
| 945 | return calc_chemical_potential(i); |
| 946 | } |
| 947 | void AbstractState::build_phase_envelope(const std::string& type) { |
| 948 | calc_phase_envelope(type); |
| 949 | } |
no outgoing calls
no test coverage detected