test on PSO changed.
This commit is contained in:
parent
1204ce35b7
commit
37c3989ee9
1 changed files with 11 additions and 11 deletions
|
|
@ -59,7 +59,7 @@ int main_function(int argc, char **argv)
|
|||
for (unsigned int j = 0; j < VEC_SIZE; j++)
|
||||
std::cout << " v" << j << "=" << pop[i].velocities[j] << std::endl;
|
||||
}
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
int main(int argc, char **argv)
|
||||
|
|
@ -72,5 +72,5 @@ int main(int argc, char **argv)
|
|||
{
|
||||
std::cout << "Exception: " << e.what() << " in t-eoExtendedVelocity" << std::endl;
|
||||
}
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue