Function1: Rationalized the stream output

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

View File

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