Whitespace and comment changes only.

This commit is contained in:
Atgeirr Flø Rasmussen
2012-05-02 09:27:34 +02:00
parent e6cac3d27d
commit 67589f2f11

View File

@@ -19,8 +19,11 @@
#ifndef OPM_WELLSMANAGER_HEADER_INCLUDED
#define OPM_WELLSMANAGER_HEADER_INCLUDED
#include <opm/core/WellCollection.hpp>
#include <opm/core/WellsGroup.hpp>
struct Wells;
struct UnstructuredGrid;
@@ -83,7 +86,7 @@ namespace Opm
WellsManager(const WellsManager& other);
WellsManager& operator=(const WellsManager& other);
// The managed Wells.
// Data
Wells* w_;
WellCollection well_collection_;