Changeset 6898 for trunk/MagicSoft/Mars/mfilter
- Timestamp:
- 03/29/05 12:01:41 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mfilter
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfilter/MFMagicCuts.cc
r6895 r6898 44 44 fTitle = title ? title : "Class to evaluate the MagicCuts"; 45 45 } 46 47 // --------------------------------------------------------------------------48 //49 void MFMagicCuts::InitMapping(MHMatrix *mat)50 {51 } -
trunk/MagicSoft/Mars/mfilter/MFMagicCuts.h
r6895 r6898 5 5 #include "MFilter.h" 6 6 #endif 7 8 class MHMatrix; 7 9 8 10 class MFMagicCuts : public MFilter
Note:
See TracChangeset
for help on using the changeset viewer.