From 3e9b0e0c073e9ab800e23f1f576c3261e2792478 Mon Sep 17 00:00:00 2001 From: decaluwe Date: Tue, 27 Nov 2018 16:34:08 -0700 Subject: [PATCH] Updating include/cantera/RedlichKwongMFTP.h to reflect new tests. Text in the header file previously commented that the RedlichKwongMFTP thermo class had no test suite coverage and was at risk for deprecation. As this is no longer the case, this PR removes that language. --- include/cantera/thermo/RedlichKwongMFTP.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/cantera/thermo/RedlichKwongMFTP.h b/include/cantera/thermo/RedlichKwongMFTP.h index 8633ebf57..d45d7128e 100644 --- a/include/cantera/thermo/RedlichKwongMFTP.h +++ b/include/cantera/thermo/RedlichKwongMFTP.h @@ -14,14 +14,6 @@ namespace Cantera /** * Implementation of a multi-species Redlich-Kwong equation of state * - * @attention This class currently does not have any test cases or examples. Its - * implementation may be incomplete, and future changes to Cantera may - * unexpectedly cause this class to stop working. If you use this class, - * please consider contributing examples or test cases. In the absence of - * new tests or examples, this class may be deprecated and removed in a - * future version of Cantera. See - * https://github.com/Cantera/cantera/issues/267 for additional information. - * * @ingroup thermoprops */ class RedlichKwongMFTP : public MixtureFugacityTP