Download this file
1 2 3 4 5 6 7 8 9 10
#ifndef $project_EVALUATION_H_ #define $project_EVALUATION_H_ #include "../../OptFrame/Evaluation.hpp" #include "Memory.h" typedef Evaluation<$memproject > Evaluation$project; #endif /*$project_EVALUATION_H_*/