Changeset 8074 for trunk/MagicSoft/Mars/manalysis/MCompProbCalc.cc
- Timestamp:
- 10/16/06 20:09:41 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCompProbCalc.cc
r6948 r8074 40 40 41 41 #include "MParList.h" 42 #include "MData Chain.h"42 #include "MDataPhrase.h" 43 43 44 44 #include "MHCompProb.h" … … 113 113 while ((data=Next())) 114 114 { 115 MData Chain *chain = new MDataChain(data->GetName());115 MDataPhrase *chain = new MDataPhrase(data->GetName()); 116 116 if (!chain->PreProcess(plist)) 117 117 {
Note:
See TracChangeset
for help on using the changeset viewer.