Changeset 2690 for trunk/MagicSoft


Ignore:
Timestamp:
12/17/03 16:24:03 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/MagicSoft/Mars/Changelog

    r2689 r2690  
    1414       real gammas be accepted by the filter.
    1515
     16
     17
    1618 2003/12/17: Thomas Bretz
    1719
     
    2123   * mreport/Makefile, mreport/ReportLinkDef.h:
    2224     - added MReportCC
     25
     26   * mtools/Makefile, mtools/ToolsLinkDef.h:
     27     - added MTFillMatrix
     28
     29   * mtools/MTFillMatrix.[h,cc]:
     30     - added
    2331
    2432
  • TabularUnified trunk/MagicSoft/Mars/NEWS

    r2687 r2690  
    1616
    1717   - added MReportCC storing the weather data from the CC-REPORT
     18
     19   - added class to fill trainings and test matrices (MTFillMatrix)
    1820
    1921
  • TabularUnified trunk/MagicSoft/Mars/mtools/Makefile

    r2604 r2690  
    2222#  connect the include files defined in the config.mk file
    2323#
    24 INCLUDES = -I. -I../mbase -I../mgui -I../mgeom -I../mdata
     24INCLUDES = -I. -I../mbase -I../mgui -I../mgeom -I../mdata -I../mhist \
     25           -I../mfileio -I../mfilter
    2526
    2627#------------------------------------------------------------------------------
     
    2930
    3031SRCFILES = MChisqEval.cc \
     32           MTFillMatrix.cc \
    3133           MagicReversi.cc \
    3234           MagicSnake.cc \
  • TabularUnified trunk/MagicSoft/Mars/mtools/ToolsLinkDef.h

    r2604 r2690  
    66
    77#pragma link C++ class MChisqEval+;
     8
     9#pragma link C++ class MTFillMatrix+;
     10
    811#pragma link C++ class MineSweeper+;
    912#pragma link C++ class MagicReversi+;
Note: See TracChangeset for help on using the changeset viewer.