Changeset 4729 for trunk/MagicSoft/Mars/mjobs/MSequence.cc
- Timestamp:
- 08/25/04 13:20:16 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MSequence.cc
r4722 r4729 84 84 } 85 85 86 Int_t num = 0;87 88 86 for (int i=0; i<arr.GetSize(); i++) 89 87 { … … 95 93 96 94 // Add Path/File to TIter 97 num +=iter.AddDirectory(d, n, 0);98 } 99 return num;95 iter.AddDirectory(d, n, 0); 96 } 97 return iter.GetNumEntries(); 100 98 } 101 99
Note:
See TracChangeset
for help on using the changeset viewer.