Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/cantera/thermo/Phase.h
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ class Phase
//! @param t Temperature in kelvin
//! @param rho Density (kg/m^3)
//! @since New in %Cantera 3.0.
void setState_TD(double t, double rho);
virtual void setState_TD(double t, double rho);

//! @} end group set thermo state

Expand Down
Loading
Loading