Function1: Rationalized the stream output

This commit is contained in:
Henry Weller
2016-02-08 21:43:56 +00:00
parent bc7d6ff57c
commit 1e3e700b84
11 changed files with 5 additions and 186 deletions

View File

@ -52,16 +52,6 @@ SourceFiles
namespace Foam
{
// Forward declaration of friend functions and operators
namespace Function1Types
{
template<class Type> class Table;
};
template<class Type>
Ostream& operator<<(Ostream&, const Function1Types::Table<Type>&);
namespace Function1Types
{