transformerIOList: Centralised instantiation

This commit is contained in:
Will Bainbridge
2021-11-24 12:51:38 +00:00
parent 068ed634d2
commit 506d2891b7
4 changed files with 95 additions and 15 deletions

View File

@ -27,21 +27,7 @@ License
#include "streamlinesCloud.H"
#include "vectorFieldIOField.H"
#include "scalarFieldIOField.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
namespace Foam
{
typedef IOList<transformer> transformerIOList;
defineTemplateTypeNameAndDebugWithName
(
transformerIOList,
"transformerList",
0
);
}
#include "transformerIOList.H"
// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //