From 8cdabd9155c4ff628e7c96c865e2214c62c56eed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Fri, 20 Apr 2012 19:47:52 +0200 Subject: [PATCH] Remove an instance of EOL whitespace introduced in cset a09de38891c5. --- opm/core/newwells.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/core/newwells.h b/opm/core/newwells.h index 64a24faa..48e4c559 100644 --- a/opm/core/newwells.h +++ b/opm/core/newwells.h @@ -35,7 +35,7 @@ extern "C" { /** Well type indicates desired/expected well behaviour. */ enum WellType { INJECTOR, PRODUCER }; -/** Type of well control equation or inequality. +/** Type of well control equation or inequality. * BHP -> bottom hole pressure is specified. * RATE -> flow rate is specified. */