Changeset 7235
- Timestamp:
- 07/30/05 17:40:43 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7234 r7235 35 35 - added column fTest in table Source to make building datasets 36 36 easier 37 - fixed small bug 38 39 * datacenter/macros/getdolist.C: 37 40 - fixed small bug 38 41 -
trunk/MagicSoft/Mars/datacenter/macros/getdolist.C
r7232 r7235 118 118 return 0; 119 119 120 TString filename(Form("%s/ToDo %s-%s.txt", listpath.Data(), table.Data(), column.Data()));120 TString filename(Form("%s/ToDo-%s-%s.txt", listpath.Data(), table.Data(), column.Data())); 121 121 ofstream fout(filename, ios::app); 122 122 if (!fout)
Note:
See TracChangeset
for help on using the changeset viewer.