Merge branch 'olesenm'

This commit is contained in:
andy
2010-06-03 10:25:03 +01:00
1000 changed files with 1994 additions and 1691 deletions

View File

@ -255,7 +255,7 @@ bool Foam::solution::read()
if (dict.found("cache"))
{
cache_ = dict.subDict("cache");
caching_ = cache_.lookupOrDefault<Switch>("active", true);
caching_ = cache_.lookupOrDefault("active", true);
}
if (dict.found("relaxationFactors"))