[Transport] Remove unused constants from WaterTransport.h

This commit is contained in:
Ray Speth 2018-09-19 18:58:18 -04:00
parent 1acb00bc99
commit c988f57e01

View file

@ -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