mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Minor format change.
This commit is contained in:
@ -247,6 +247,7 @@ public:
|
|||||||
inline const_iterator begin() const;
|
inline const_iterator begin() const;
|
||||||
inline const const_iterator& end() const;
|
inline const const_iterator& end() const;
|
||||||
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
//- iterator returned by end()
|
//- iterator returned by end()
|
||||||
@ -254,7 +255,6 @@ private:
|
|||||||
|
|
||||||
//- const_iterator returned by end()
|
//- const_iterator returned by end()
|
||||||
static const_iterator endConstIter_;
|
static const_iterator endConstIter_;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user