Remove an instance of EOL whitespace introduced in cset a09de38891c5.

This commit is contained in:
Bård Skaflestad 2012-04-20 19:47:52 +02:00
parent b78553c10c
commit 8cdabd9155

View File

@ -35,7 +35,7 @@ extern "C" {
/** Well type indicates desired/expected well behaviour. */ /** Well type indicates desired/expected well behaviour. */
enum WellType { INJECTOR, PRODUCER }; enum WellType { INJECTOR, PRODUCER };
/** Type of well control equation or inequality. /** Type of well control equation or inequality.
* BHP -> bottom hole pressure is specified. * BHP -> bottom hole pressure is specified.
* RATE -> flow rate is specified. * RATE -> flow rate is specified.
*/ */