STYLE: Corrected spelling

This commit is contained in:
andy
2013-09-13 12:58:20 +01:00
parent bd31cfb1cf
commit ad7ddf2309

View File

@ -85,6 +85,7 @@ private:
//- Is surface closed
mutable label surfaceClosed_;
// Private Member Functions
////- Helper: find instance of files without header
@ -166,7 +167,7 @@ public:
//- Move points
virtual void movePoints(const pointField&);
//- Demand driven contruction of octree for boundary edges
//- Demand driven construction of octree for boundary edges
const indexedOctree<treeDataEdge>& edgeTree() const;
@ -260,6 +261,7 @@ public:
List<volumeType>&
) const;
// Other
//- WIP. Store element-wise field.
@ -285,7 +287,6 @@ public:
IOstream::versionNumber ver,
IOstream::compressionType cmp
) const;
};