Add PIP as string parameter; closes #659

This commit is contained in:
Ian Bell
2015-05-10 16:41:20 -06:00
parent 98567db67d
commit ce6d55596f
3 changed files with 4 additions and 0 deletions

View File

@@ -315,6 +315,8 @@ double AbstractState::keyed_output(parameters key)
return phase();
case iZ:
return compressibility_factor();
case iPIP:
return PIP();
default:
throw ValueError(format("This input [%d: \"%s\"] is not valid for keyed_output",key,get_parameter_information(key,"short").c_str()));
}