Changeset 7358 for trunk/MagicSoft/Mars/mjobs/MDataSet.cc
- Timestamp:
- 09/21/05 14:26:45 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MDataSet.cc
r7349 r7358 86 86 87 87 #include "MRead.h" 88 #include "MJob.h" 88 89 #include "MAstro.h" 89 90 #include "MDirIter.h" … … 139 140 runs.Remove(0, runs.First(num)+num.Length()); 140 141 } 142 143 MJob::SortArray(data); 141 144 } 142 145 … … 175 178 // For the synchronization we must make sure, that all sequences are 176 179 // in the correct order... 177 list.Sort();180 // list.Sort(); 178 181 } 179 182 … … 298 301 // Filenames MUST begin with an appropriate string which allow 299 302 // to order them correctly in time! 300 files.Sort();303 // files.Sort(); 301 304 302 305 if (gLog.GetDebugLevel()>4)
Note:
See TracChangeset
for help on using the changeset viewer.