All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
quiescenceSearch2.cc
Go to the documentation of this file.
1 /* quiescenceSearch2.cc
2  */
7 
8 namespace osl
9 {
10 #ifndef MINIMAL
11  template class search::QuiescenceSearch2<eval::ProgressEval>;
12 
13  template int search::QuiescenceSearch2<eval::ProgressEval>::searchProbCut<BLACK>(int, int, eval::ProgressEval&, Move);
14  template int search::QuiescenceSearch2<eval::ProgressEval>::searchProbCut<WHITE>(int, int, eval::ProgressEval&, Move);
15 #endif
16  template class search::QuiescenceSearch2<eval::ml::OpenMidEndingEval>;
17 
18  template int search::QuiescenceSearch2<eval::ml::OpenMidEndingEval>::searchProbCut<BLACK>(int, int, eval::ml::OpenMidEndingEval&, Move);
19  template int search::QuiescenceSearch2<eval::ml::OpenMidEndingEval>::searchProbCut<WHITE>(int, int, eval::ml::OpenMidEndingEval&, Move);
20 }
21 
22 // ;;; Local Variables:
23 // ;;; mode:c++
24 // ;;; c-basic-offset:2
25 // ;;; End:
26 
27 
28 /* ------------------------------------------------------------------------- */