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:
@ -107,7 +107,7 @@ public:
|
||||
}
|
||||
|
||||
//- Integrate between two values
|
||||
virtual ${TemplateType} integrate
|
||||
virtual ${TemplateType} integral
|
||||
(
|
||||
const scalar x1,
|
||||
const scalar x2
|
||||
|
||||
Reference in New Issue
Block a user