Function1: Renamed integrate -> integral for consistency with value

The integral function returns the integral as the value function returns the
value.
This commit is contained in:
Henry Weller
2020-12-02 16:15:55 +00:00
parent f85dbc557f
commit 57b1655934
47 changed files with 99 additions and 97 deletions

View File

@ -62,6 +62,17 @@ extern "C"
}
// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
void Foam::Function2s::${typeName}Function2${TemplateType}::writeData
(
Ostream& os
) const
{
NotImplemented;
}
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
Foam::Function2s::${typeName}Function2${TemplateType}::
@ -113,15 +124,4 @@ Foam::Function2s::${typeName}Function2${TemplateType}::
}
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
void Foam::Function2s::${typeName}Function2${TemplateType}::writeData
(
Ostream& os
) const
{
NotImplemented;
}
// ************************************************************************* i/