Changeset 6513 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 02/16/05 10:44:53 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mbase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MEvtLoop.cc
r5911 r6513 668 668 "! Author(s): Thomas Bretz et al. <mailto:tbretz@astro.uni-wuerzburg.de>" << endl << 669 669 "!" << endl << 670 "! Copyright: MAGIC Software Development, 2000-200 2" << endl <<670 "! Copyright: MAGIC Software Development, 2000-2005" << endl << 671 671 "!" << endl << 672 672 "!" << endl << -
trunk/MagicSoft/Mars/mbase/MParList.cc
r6078 r6513 532 532 // if object is not existing in the list try to create one 533 533 // 534 *fLog << inf << "Object '" << oname << "' [" << cname << "] not yet in " << GetName() << "... creating." << endl; 534 *fLog << inf << "Object '" << oname << "' "; 535 if (oname!=cname) 536 *fLog << "[" << cname << "] "; 537 *fLog << "not yet in " << GetName() << "... creating." << endl; 535 538 536 539 //
Note:
See TracChangeset
for help on using the changeset viewer.