mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Removed temporary Info statement
This commit is contained in:
@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user