Changed the runtime-selection tables to output a sorted toc.

This commit is contained in:
henry
2009-08-06 18:01:28 +01:00
parent 7297ae0e23
commit 31c76da40f
119 changed files with 158 additions and 158 deletions

View File

@ -57,7 +57,7 @@ Foam::autoPtr<Foam::dragModel> Foam::dragModel::New
<< dragModelType
<< ", constructor not in hash table" << endl << endl
<< " Valid dragModel types are : " << endl;
Info << dictionaryConstructorTablePtr_->toc() << abort(FatalError);
Info << dictionaryConstructorTablePtr_->sortedToc() << abort(FatalError);
}
return cstrIter()(interfaceDict, alpha, phasea, phaseb);