Formatting
This commit is contained in:
parent
cfdfded78b
commit
99bad8c8a3
2 changed files with 6 additions and 1 deletions
|
@ -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!=
|
||||
(
|
||||
|
|
|
@ -849,6 +849,7 @@ Foam::cyclicPolyPatch::cyclicPolyPatch
|
|||
if (dict.found("transform"))
|
||||
{
|
||||
transform_ = transformTypeNames.read(dict.lookup("transform"));
|
||||
|
||||
switch (transform_)
|
||||
{
|
||||
case ROTATIONAL:
|
||||
|
|
Reference in a new issue