ENH: treeDataPrimitivePatch: refactored for single template arg

This commit is contained in:
mattijs
2012-06-13 16:15:01 +01:00
parent 4c59b2f8bd
commit 616b3c8273
5 changed files with 34 additions and 139 deletions

View File

@ -78,10 +78,8 @@ SourceFiles
namespace Foam
{
typedef treeDataPrimitivePatch<face, List, const pointField, point>
treeDataBPatch;
typedef PrimitivePatch<face, List, const pointField, point> bPatch;
typedef treeDataPrimitivePatch<bPatch> treeDataBPatch;
/*---------------------------------------------------------------------------*\
Class backgroundMeshDecomposition Declaration