Function Models::EPEC::increaseVal

Function Documentation

void Models::EPEC::increaseVal(LeadLocs &L, const LeaderVars start, const unsigned int val, const bool startnext = true)

This method increases the size of the leader locations.

Note

Should be called ONLY after initializing L by calling Models::EPEC::init

Parameters
  • L – The LeadLocs to increase

  • start – The start Leading Vars

  • val – The size of the increase

  • startnext – Should the append after start?