From 0ca6710a7e003952e1212c8e32ebb2e7c008d508 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Wed, 24 Jul 2019 00:02:17 -0300 Subject: Newton bug fixed --- Project/IndMotor.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Project/IndMotor.h') diff --git a/Project/IndMotor.h b/Project/IndMotor.h index 760a65a..89bd6e1 100644 --- a/Project/IndMotor.h +++ b/Project/IndMotor.h @@ -63,6 +63,9 @@ struct IndMotorElectricalData { double as = 0.0; // Slip constant torque double bs = 0.0; // Slip linear dependent torque double cs = 0.0; // Slip quadratic dependent torque + double aCalc = 0.0; + double bCalc = 0.0; + double cCalc = 0.0; // Internal machine variables double tranEr = 0.0; -- cgit