Changeset 8010 for trunk/MagicSoft/Mars/datacenter/macros
- Timestamp:
- 10/07/06 09:41:15 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/macros/buildsequenceentries.C
r7981 r8010 505 505 TSQLRow *row=res->Next(); 506 506 const Int_t check = CheckSequence(runstart, runstop); 507 if (check==k FALSE)507 if (check==kTRUE) 508 508 { 509 509 cout << " - Identical sequence already existing." << endl; … … 1072 1072 if (!resx) 1073 1073 return 2; 1074 TString elts = GetELT("Source", resx, "\\- *W[1-9][ abc]*$");1074 TString elts = GetELT("Source", resx, "\\-?W[1-9][ abc]?$"); 1075 1075 delete resx; 1076 1076 … … 1084 1084 1085 1085 TList regexp; 1086 regexp.Add(new TObjString("\\- *W[1-9][abc]?$"));1086 regexp.Add(new TObjString("\\-?W[1-9][abc]?$")); 1087 1087 regexp.Add(new TObjString("\\-W[0-9]\\.[0-9][0-9]\\+[0-9][0-9][0-9]$")); 1088 1088 TString eltp2 = GetELT("Project", resx, regexp);
Note:
See TracChangeset
for help on using the changeset viewer.