mirror of
				https://github.com/OPM/opm-simulators.git
				synced 2025-02-25 18:55:30 -06:00 
			
		
		
		
	Merge pull request #1489 from GitPaean/removing_whitespaces
removing some whitespaces
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
| @@ -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_) | ||||
|                                ); | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user