From c988f57e015cd2e5ff4f43c99edd59d482164546 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Wed, 19 Sep 2018 18:58:18 -0400 Subject: [PATCH] [Transport] Remove unused constants from WaterTransport.h --- include/cantera/transport/WaterTransport.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/include/cantera/transport/WaterTransport.h b/include/cantera/transport/WaterTransport.h index 6a1e0f4f2..f22b8f796 100644 --- a/include/cantera/transport/WaterTransport.h +++ b/include/cantera/transport/WaterTransport.h @@ -13,15 +13,6 @@ namespace Cantera { -//! @{ -const int LVISC_CONSTANT = 0; -const int LVISC_WILKES = 1; -const int LVISC_MIXTUREAVG = 2; - -const int LDIFF_MIXDIFF_UNCORRECTED = 0; -const int LDIFF_MIXDIFF_FLUXCORRECTED = 1; -const int LDIFF_MULTICOMP_STEFANMAXWELL = 2; -//! @} //! Transport Parameters for pure water //! @ingroup tranprops