Changeset 7411
- Timestamp:
- 11/19/05 12:15:35 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mranforest/MRFEnergyEst.cc
r7398 r7411 249 249 return kFALSE; 250 250 251 cout << "MDataArray" << endl;252 253 251 fData = (MDataArray*)plist->FindCreateObj("MDataArray"); 254 252 if (!fData) 255 253 return kFALSE; 256 257 cout << "ReadForests" << endl;258 254 259 255 if (!ReadForests(*plist))
Note:
See TracChangeset
for help on using the changeset viewer.