BUG: adapted createPatchDict for new syntax

This commit is contained in:
mattijs
2010-05-04 15:47:14 +01:00
parent 08916e83a2
commit fa2c806920

View File

@ -46,24 +46,16 @@ matchTolerance 1E-3;
pointSync true; pointSync true;
// Patches to create. // Patches to create.
patchInfo patches
( (
{ {
// Name of new patch // Name of new patch
name inlet; name inlet;
// Type of new patch // Type of new patch
dictionary patchInfo
{ {
type patch; type patch;
// Optional: explicitly set transformation tensor.
// Used when matching and synchronising points.
//transform translational;
//separationVector (-2289 0 0);
transform rotational;
rotationAxis (1 0 0);
rotationCentre (0 0 0);
} }
// How to construct: either from 'patches' or 'set' // How to construct: either from 'patches' or 'set'