Units.hpp: Split a few more long lines to fit in 80 columns.

This commit is contained in:
Bård Skaflestad 2012-04-17 19:27:29 +02:00
parent 41235ed3ad
commit 8dfcadc36c

View File

@ -51,8 +51,9 @@ namespace Opm
namespace unit
/// Definition of various units.
/// All the units are defined in terms of international standard units (SI).
/// Example of use: We define a variable \c k which gives a permeability. We want to set \c k to \f$1\,mD\f$.
/// All the units are defined in terms of international standard
/// units (SI). Example of use: We define a variable \c k which
/// gives a permeability. We want to set \c k to \f$1\,mD\f$.
/// \code
/// using namespace Opm::unit
/// double k = 0.001*darcy;