Changeset 13117
- Timestamp:
- 03/15/12 09:51:03 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mbase/MStatusArray.cc
r9580 r13117 619 619 620 620 // Check if key exists (to suppress an error on the console 621 if (!gDirectory->GetListOfKeys()) 622 { 623 gLog << inf << keyname << " [MStatusArray] not found (no open file?)" << endl; 624 return 0; 625 } 626 627 // Check if key exists (to suppress an error on the console 621 628 if (!gDirectory->GetListOfKeys()->FindObject(keyname)) 622 629 {
Note:
See TracChangeset
for help on using the changeset viewer.