Changeset 2690 for trunk/MagicSoft
- Timestamp:
- 12/17/03 16:24:03 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/MagicSoft/Mars/Changelog ¶
r2689 r2690 14 14 real gammas be accepted by the filter. 15 15 16 17 16 18 2003/12/17: Thomas Bretz 17 19 … … 21 23 * mreport/Makefile, mreport/ReportLinkDef.h: 22 24 - added MReportCC 25 26 * mtools/Makefile, mtools/ToolsLinkDef.h: 27 - added MTFillMatrix 28 29 * mtools/MTFillMatrix.[h,cc]: 30 - added 23 31 24 32 -
TabularUnified trunk/MagicSoft/Mars/NEWS ¶
r2687 r2690 16 16 17 17 - added MReportCC storing the weather data from the CC-REPORT 18 19 - added class to fill trainings and test matrices (MTFillMatrix) 18 20 19 21 -
TabularUnified trunk/MagicSoft/Mars/mtools/Makefile ¶
r2604 r2690 22 22 # connect the include files defined in the config.mk file 23 23 # 24 INCLUDES = -I. -I../mbase -I../mgui -I../mgeom -I../mdata 24 INCLUDES = -I. -I../mbase -I../mgui -I../mgeom -I../mdata -I../mhist \ 25 -I../mfileio -I../mfilter 25 26 26 27 #------------------------------------------------------------------------------ … … 29 30 30 31 SRCFILES = MChisqEval.cc \ 32 MTFillMatrix.cc \ 31 33 MagicReversi.cc \ 32 34 MagicSnake.cc \ -
TabularUnified trunk/MagicSoft/Mars/mtools/ToolsLinkDef.h ¶
r2604 r2690 6 6 7 7 #pragma link C++ class MChisqEval+; 8 9 #pragma link C++ class MTFillMatrix+; 10 8 11 #pragma link C++ class MineSweeper+; 9 12 #pragma link C++ class MagicReversi+;
Note:
See TracChangeset
for help on using the changeset viewer.