Merge pull request #1489 from GitPaean/removing_whitespaces

removing some whitespaces
This commit is contained in:
Atgeirr Flø Rasmussen 2018-06-05 12:09:12 +02:00 committed by GitHub
commit 2672f38375
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,7 @@ namespace Opm {
/// Class for handling the blackoil well model.
template<typename TypeTag>
class BlackoilAquiferModel {
public:
// --------- Types ---------
@ -79,4 +79,4 @@ namespace Opm {
} // namespace Opm
#include "BlackoilAquiferModel_impl.hpp"
#endif
#endif

View File

@ -101,7 +101,7 @@ namespace Opm {
updateConnectionIntensiveQuantities();
const auto& eclState = ebosSimulator_.vanguard().eclState();
// Get all the carter tracy aquifer properties data and put it in aquifers vector
const AquiferCT aquiferct = AquiferCT(eclState,deck);
const Aquancon aquifer_connect = Aquancon(eclState.getInputGrid(), deck);
@ -114,7 +114,7 @@ namespace Opm {
for (size_t i = 0; i < aquifersData.size(); ++i)
{
aquifers_.push_back(
aquifers_.push_back(
AquiferCarterTracy<TypeTag> (aquifersData.at(i), aquifer_connection.at(i), ebosSimulator_)
);
}