Skip to content
Snippets Groups Projects
Commit 08682ca3 authored by Henry Weller's avatar Henry Weller
Browse files

Removed temporary Info statement

parent a92691b0
Branches
Tags
No related merge requests found
...@@ -111,13 +111,10 @@ void Foam::phaseSystem::generatePairsAndSubModels ...@@ -111,13 +111,10 @@ void Foam::phaseSystem::generatePairsAndSubModels
continue; continue;
} }
Info<< "iter.key() " << iter.key() << endl;
const phasePairKey key(iter.key().first(), iter.key().second()); const phasePairKey key(iter.key().first(), iter.key().second());
const phasePairKey key1In2(key.first(), key.second(), true); const phasePairKey key1In2(key.first(), key.second(), true);
const phasePairKey key2In1(key.second(), key.first(), true); const phasePairKey key2In1(key.second(), key.first(), true);
Info<< "key " << key << endl;
models.insert models.insert
( (
key, key,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment