>80 line length
This commit is contained in:
parent
6e793380d9
commit
1d4533a41e
@ -61,8 +61,16 @@ namespace Foam
|
||||
|
||||
template<class T, class Container> class CompactListList;
|
||||
|
||||
template<class T, class Container> Istream& operator>>(Istream&, CompactListList<T, Container>&);
|
||||
template<class T, class Container> Ostream& operator<<(Ostream&, const CompactListList<T, Container>&);
|
||||
template<class T, class Container> Istream& operator>>
|
||||
(
|
||||
Istream&,
|
||||
CompactListList<T, Container>&
|
||||
);
|
||||
template<class T, class Container> Ostream& operator<<
|
||||
(
|
||||
Ostream&,
|
||||
const CompactListList<T, Container>&
|
||||
);
|
||||
|
||||
|
||||
/*---------------------------------------------------------------------------*\
|
||||
|
Loading…
Reference in New Issue
Block a user