Preconfigure admin as TM for mamer in the distribution
[capablanca.git] / lasker-2.2.3 / bots / mamer / TourneyParameters.cc
1 //--------------------------------------------------------------------------
2 // TourneyParameters.cc - Source file for the TourneyParameters class
3 //
4 // Matthew E. Moses & Michael A. Long
5 //
6 // $Revision: 1.2 $
7 // $Date: 1998/09/10 19:57:17 $
8 //
9 // $Author: mlong $
10 // $Locker:  $
11 //
12 // $Log: TourneyParameters.cc,v $
13 // Revision 1.2  1998/09/10 19:57:17  mlong
14 // lots of little bug fixes and a few new features
15 //
16 // Revision 1.1  1997/05/02 23:52:06  chess
17 // Initial revision
18 //
19 //
20 //--------------------------------------------------------------------------
21
22 // static char RCSid[] = "$Id: TourneyParameters.cc,v 1.2 1998/09/10 19:57:17 mlong Exp $";
23
24 #include "TourneyParameters.hh"
25
26 //- Constructor -----------------------------------------------------------
27 TourneyParameters::TourneyParameters() {
28 }
29
30 //- DeConstructor ---------------------------------------------------------
31 TourneyParameters::~TourneyParameters() {
32 }
33