mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Changed the runtime-selection tables to output a sorted toc.
This commit is contained in:
@ -44,7 +44,7 @@ Foam::autoPtr<Foam::calcType> Foam::calcType::New
|
||||
<< " unknown calcType type " << calcTypeName
|
||||
<< ", constructor not in hash table" << nl << nl
|
||||
<< " Valid calcType selections are: " << nl
|
||||
<< dictionaryConstructorTablePtr_->toc() << nl
|
||||
<< dictionaryConstructorTablePtr_->sortedToc() << nl
|
||||
<< abort(FatalError);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user