removing some whitespaces

This commit is contained in:
Kai Bao 2018-06-05 09:16:34 +02:00
parent b3e3b625b6
commit 1b587fa118
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_)
);
}