Fix unused argument warnings.

This commit is contained in:
Atgeirr Flø Rasmussen 2015-07-08 12:37:11 +02:00
parent 85cfd8da2a
commit 131bbd5846

View File

@ -80,7 +80,7 @@ public:
/*! /*!
* \brief Returns the temperature [K] of a phase for the current cell index. * \brief Returns the temperature [K] of a phase for the current cell index.
*/ */
Scalar temperature(int phaseIdx) const Scalar temperature(int /* phaseIdx */) const
{ return temperature_[arrayIdx_]; } { return temperature_[arrayIdx_]; }
// TODO (?) pressure, composition, etc // TODO (?) pressure, composition, etc