Changeset 7249
- Timestamp:
- 07/31/05 19:42:57 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7236 r7249 20 20 21 21 -*-*- 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 22 31 23 32 2005/07/30 Daniela Dorner -
trunk/MagicSoft/Mars/datacenter/macros/buildsequenceentries.C
r7248 r7249 501 501 502 502 case 1: 503 cout << " deleting successfully finished -> inserting sequence " << from << endl;503 cout << " deleting successfully finished -> inserting sequence " << from << flush; 504 504 if (dummy) 505 { 506 cout << " <dummy> " << endl; 505 507 return kTRUE; 508 } 509 cout << endl; 506 510 rc = InsertSequence(serv, from, to); 507 511 if (!rc)
Note:
See TracChangeset
for help on using the changeset viewer.