Give access to alphar in high-level API; closes #1012

This commit is contained in:
Ian Bell
2016-04-04 20:09:01 -06:00
parent 567cbd5c3d
commit b760239733

View File

@@ -355,6 +355,8 @@ double AbstractState::keyed_output(parameters key)
return get_reducing_state().rhomolar;
case ispeed_sound:
return speed_sound();
case ialphar:
return alphar();
case ialpha0:
return alpha0();
case idalpha0_ddelta_consttau: