summaryrefslogtreecommitdiffstats
path: root/Project/IndMotor.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/IndMotor.h')
-rw-r--r--Project/IndMotor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Project/IndMotor.h b/Project/IndMotor.h
index 98e3414..4137e6f 100644
--- a/Project/IndMotor.h
+++ b/Project/IndMotor.h
@@ -86,6 +86,8 @@ struct IndMotorElectricalData {
double te;
std::vector<double> electricalTorqueVector;
std::vector<double> mechanicalTorqueVector;
+ std::vector<double> velocityVector;
+ std::vector<double> currentVector;
std::complex<double> electricalPower;
std::vector<std::complex<double> > electricalPowerVector;
};