[go: up one dir, main page]

Menu

[49ee99]: / mct / Evaluation.tpl  Maximize  Restore  History

Download this file

14 lines (6 with data), 214 Bytes

 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_*/