better field name
This commit is contained in:
parent
22cbf774ad
commit
4c1e42877e
|
@ -44,7 +44,7 @@ public:
|
|||
* this method schedules all fuel events for an engine cycle
|
||||
*/
|
||||
void addFuelEvents(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
||||
bool addFuelEventsForCylinder(int i DECLARE_ENGINE_PARAMETER_SUFFIX);
|
||||
bool addFuelEventsForCylinder(int cylinderIndex DECLARE_ENGINE_PARAMETER_SUFFIX);
|
||||
|
||||
InjectionEvent elements[MAX_INJECTION_OUTPUT_COUNT];
|
||||
bool isReady;
|
||||
|
|
Loading…
Reference in New Issue