Remove 'derivative->error'

This commit is contained in:
Santiago Lo Coco 2022-06-23 08:33:55 -03:00
parent 7e07b851ab
commit b22aed9a18
1 changed files with 0 additions and 1 deletions

View File

@ -74,7 +74,6 @@ void InitializeIntegrate(Integrate * integrate) {
void InitializeDerivative(Derivative * derivative) {
derivative->function = NULL;
derivative->error = NULL;
derivative->value = NULL;
derivative->grade = NULL;
}