Fix spelling.

The connection "strength" (conduction factor) is called
"transmissibility" (double 's'), not "transmiscibility" ('sc').
This commit is contained in:
Bård Skaflestad
2014-02-05 13:39:28 +01:00
parent 9db42f6eb3
commit 9bfd5b92d7

View File

@@ -92,9 +92,9 @@ namespace Opm {
{ return m_keyword->getRecord(wellIdx)->getItem(6)->getInt(0); }
/*!
* \brief Return the transmiscibility factor to be used for the connection
* \brief Return the transmissibility factor to be used for the connection
*/
double transmiscibilityFactor(int wellIdx) const
double transmissibilityFactor(int wellIdx) const
{ return m_keyword->getRecord(wellIdx)->getItem(7)->getSIDouble(0); }
/*!