cosmetic cleanups

- grammar in comments, namespace qualifiers, etc.
This commit is contained in:
Mark Olesen
2009-01-16 19:07:14 +01:00
parent 7aee58e5fa
commit d5cbc3bf08
46 changed files with 187 additions and 299 deletions

View File

@ -228,7 +228,7 @@ public:
};
//- Specify data associated with boundBox type are contiguous
//- Data associated with boundBox type are contiguous
template<>
inline bool contiguous<boundBox>() {return contiguous<point>();}