Ignore:
Timestamp:
09/21/05 14:26:45 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MDataSet.cc

    r7349 r7358  
    8686
    8787#include "MRead.h"
     88#include "MJob.h"
    8889#include "MAstro.h"
    8990#include "MDirIter.h"
     
    139140        runs.Remove(0, runs.First(num)+num.Length());
    140141    }
     142
     143    MJob::SortArray(data);
    141144}
    142145
     
    175178    // For the synchronization we must make sure, that all sequences are
    176179    // in the correct order...
    177     list.Sort();
     180    // list.Sort();
    178181}
    179182
     
    298301    // Filenames MUST begin with an appropriate string which allow
    299302    // to order them correctly in time!
    300     files.Sort();
     303    // files.Sort();
    301304
    302305    if (gLog.GetDebugLevel()>4)
Note: See TracChangeset for help on using the changeset viewer.