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:
@ -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/
|
||||
|
||||
Reference in New Issue
Block a user