Changeset 249


Ignore:
Timestamp:
Jan 18, 2007, 5:42:01 PM (18 years ago)
Author:
barrand
Message:

G.Barrand : avoid crash if AIDA not found

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MEMPHYS/HEAD/applications/MEMPHYS_session.cxx

    r246 r249  
    156156  if(!aida) {
    157157    std::cout << "MEMPHYS_session : AIDA not found." << std::endl;
    158   } else {
    159     appManager = new MEMPHYS::AppManager(*session->session(),aida,false);
    160     session->addManager(appManager);
    161   }
     158  }
     159
     160  appManager = new MEMPHYS::AppManager(*session->session(),aida,false);
     161  session->addManager(appManager);
    162162
    163163  //JEC 18/11/05 give the appManager to fill geometry ITuple
Note: See TracChangeset for help on using the changeset viewer.