Formatting

This commit is contained in:
Hrvoje Jasak 2014-06-11 11:04:44 +01:00
parent cfdfded78b
commit 99bad8c8a3
2 changed files with 6 additions and 1 deletions

View file

@ -198,6 +198,7 @@ protected:
bool translate
) const;
public:
//- Runtime type information
@ -308,6 +309,7 @@ public:
//- Select constructed from Istream
static autoPtr<coordinateSystem> New(Istream& is);
// Destructor
virtual ~coordinateSystem();
@ -414,6 +416,7 @@ public:
return origin_;
}
// Write
//- Write
@ -422,6 +425,7 @@ public:
//- Write dictionary
virtual void writeDict(Ostream&, bool subDict = true) const;
// Transformations
//- Convert from position in local coordinate system to
@ -487,7 +491,7 @@ public:
void operator=(const dictionary&);
// friend Operators
// Friend Operators
friend bool operator!=
(

View file

@ -849,6 +849,7 @@ Foam::cyclicPolyPatch::cyclicPolyPatch
if (dict.found("transform"))
{
transform_ = transformTypeNames.read(dict.lookup("transform"));
switch (transform_)
{
case ROTATIONAL: