1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-12 20:27:06 +01:00

Warning fixes

This commit is contained in:
paboyle
2018-01-25 23:46:47 +00:00
parent 24a4589def
commit f4010023ca
7 changed files with 8 additions and 9 deletions

View File

@ -516,7 +516,7 @@ VirtualMachine::Program VirtualMachine::schedule(const GeneticPar &par)
LOG(Message) << " max. cst. generation= " << par.maxCstGen << std::endl;
LOG(Message) << " mutation rate= " << par.mutationRate << std::endl;
unsigned int k = 0, gen, prevPeak, nCstPeak = 0;
unsigned int gen, prevPeak, nCstPeak = 0;
std::random_device rd;
Scheduler::Parameters gpar;