mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +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