Changeset 7249 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
07/31/05 19:42:57 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7236 r7249  
    2020
    2121                                                 -*-*- END OF LINE -*-*-
     22
     23 2005/07/31 Daniela Dorner
     24
     25   * datacenter/macros/buildsequenceentries.C:
     26     - fixed bug in the new sequence-build algorithm (-> 2005/07/22):
     27       completely re-wrote the function CheckSequence() to make sure,
     28       that sequences which are not changed are not inserted once again
     29
     30
    2231
    2332 2005/07/30 Daniela Dorner
  • trunk/MagicSoft/Mars/datacenter/macros/buildsequenceentries.C

    r7248 r7249  
    501501
    502502    case 1:
    503         cout << " deleting successfully finished -> inserting sequence " << from << endl;
     503        cout << " deleting successfully finished -> inserting sequence " << from << flush;
    504504        if (dummy)
     505        {
     506            cout << " <dummy> " << endl;
    505507            return kTRUE;
     508        }
     509        cout << endl;
    506510        rc = InsertSequence(serv, from, to);
    507511        if (!rc)
Note: See TracChangeset for help on using the changeset viewer.