COMP: Multiple changes - first clean build after latest merge - UNTESTED

This commit is contained in:
Andrew Heather
2016-09-23 15:36:53 +01:00
parent 9fbd612672
commit b9940cbbb1
311 changed files with 4119 additions and 6540 deletions

View File

@ -46,7 +46,7 @@ namespace functionObjects
// * * * * * * * * * * * * * Protected Member Functions * * * * * * * * * * //
void Foam::residuals::writeFileHeader(Ostream& os) const
void Foam::functionObjects::residuals::writeFileHeader(Ostream& os) const
{
writeHeader(os, "Residuals");
writeCommented(os, "Time");

View File

@ -33,7 +33,7 @@ template<class Type>
void Foam::functionObjects::residuals::writeFileHeader
(
Ostream& os,
const word& fieldName,
const word& fieldName
) const
{
typedef GeometricField<Type, fvPatchField, volMesh> fieldType;