added test files

This commit is contained in:
LPTK 2013-06-12 16:05:41 +02:00
commit 930c21f465
4 changed files with 17 additions and 1 deletions

View file

@ -28,7 +28,7 @@ public:
eoEvalFunc<EOT>& fullEval,
/* The following should be read:
moEval<Neighbor> >& eval = _default_eval
moEval<Neighbor>& eval = _default_eval
* (which is not possible to achieve as is in C++) */
const eoOptional< moEval<Neighbor> >& eval = eoOptional< moEval<Neighbor> >::null,