mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
>80 line length
This commit is contained in:
@ -61,8 +61,16 @@ namespace Foam
|
|||||||
|
|
||||||
template<class T, class Container> class CompactListList;
|
template<class T, class Container> class CompactListList;
|
||||||
|
|
||||||
template<class T, class Container> Istream& operator>>(Istream&, CompactListList<T, Container>&);
|
template<class T, class Container> Istream& operator>>
|
||||||
template<class T, class Container> Ostream& operator<<(Ostream&, const CompactListList<T, Container>&);
|
(
|
||||||
|
Istream&,
|
||||||
|
CompactListList<T, Container>&
|
||||||
|
);
|
||||||
|
template<class T, class Container> Ostream& operator<<
|
||||||
|
(
|
||||||
|
Ostream&,
|
||||||
|
const CompactListList<T, Container>&
|
||||||
|
);
|
||||||
|
|
||||||
|
|
||||||
/*---------------------------------------------------------------------------*\
|
/*---------------------------------------------------------------------------*\
|
||||||
|
|||||||
Reference in New Issue
Block a user