Skip to content
Snippets Groups Projects
Commit d65d30eb authored by Caron Olivier's avatar Caron Olivier
Browse files

small changes

parent e486b8f7
No related branches found
No related tags found
No related merge requests found
Pipeline #4412 failed
......@@ -45,7 +45,7 @@ using namespace representation::permutation::problems::tsp ;
using namespace opt::manySolutions::geneticAlgorithm ;
int main(int argc, char *argv[]) {
int main(void) {
typedef core::fitness::FitnessMin<double> FIT;
typedef TSPSol<FIT> SOL;
typedef TSPEval<SOL> EVAL;
......
......@@ -30,7 +30,7 @@
using namespace representation::permutation::problems::tsp ;
int main(int argc, char *argv[]) {
int main(void) {
typedef core::fitness::FitnessMin<double> FIT;
typedef TSPSol<FIT> SOL;
typedef TSPEval<SOL> EVAL;
......
......@@ -19,8 +19,8 @@
Authors: Lucien Mousin and additional contributors (see Authors)
****************************************************************************************/
#ifndef MH_BUILDER_ARCHIVETEST_H
#define MH_BUILDER_ARCHIVETEST_H
#ifndef MH_BUILDER_ARCHIVE_TEST_H
#define MH_BUILDER_ARCHIVE_TEST_H
#include "core/fitness/FitnessMax.h"
#include "core/Archive.h"
......@@ -43,4 +43,4 @@ namespace test {
};
}
#endif //MH_BUILDER_ARCHIVETEST_H
#endif //MH_BUILDER_ARCHIVE_TEST_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment