From b760239733e2dadde0eb9912ccdb50e91015ff79 Mon Sep 17 00:00:00 2001 From: Ian Bell Date: Mon, 4 Apr 2016 20:09:01 -0600 Subject: [PATCH] Give access to alphar in high-level API; closes #1012 --- src/AbstractState.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/AbstractState.cpp b/src/AbstractState.cpp index c2aacc3c..b03b6d59 100644 --- a/src/AbstractState.cpp +++ b/src/AbstractState.cpp @@ -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: