diff --git a/Cantera/clib/src/ct.cpp b/Cantera/clib/src/ct.cpp index 9a3c64852..be12cf68b 100755 --- a/Cantera/clib/src/ct.cpp +++ b/Cantera/clib/src/ct.cpp @@ -64,8 +64,7 @@ static double pfprop(int n, int i, double v=0.0, double x=0.0) { case 7: p->setState_Tsat(v, x); return 0.0; } } - else - return DERR; + return DERR; }