Function1: Simplified files

This commit is contained in:
Henry Weller
2016-02-10 09:43:45 +00:00
parent 0431d4e67c
commit d9c7c671d6
16 changed files with 131 additions and 366 deletions

View File

@ -90,8 +90,13 @@ Type Foam::Function1Types::Constant<Type>::integrate
}
// * * * * * * * * * * * * * * IOStream operators * * * * * * * * * * * * * //
template<class Type>
void Foam::Function1Types::Constant<Type>::writeData(Ostream& os) const
{
Function1<Type>::writeData(os);
os << token::SPACE << value_ << token::END_STATEMENT << nl;
}
#include "ConstantIO.C"
// ************************************************************************* //