Whitespcae fix

This commit is contained in:
Joakim Hove
2013-11-08 23:16:29 +01:00
parent 011919ef0c
commit bdc788d905

View File

@@ -90,7 +90,7 @@ namespace Opm {
std::vector<CompletionConstPtr>& newCompletions = wellCompletionsPair.second;
if (completionMapList.find(well) == completionMapList.end())
completionMapList[well] = std::vector<CompletionConstPtr>();
completionMapList[well] = std::vector<CompletionConstPtr>();
{
std::vector<CompletionConstPtr>& currentCompletions = completionMapList.find(well)->second;